#4878 closed defect (bug) (fixed)
Drop down menu error on https://make.wordpress.org/docs/handbook/
| Reported by: | passoniate | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots has-patch |
| Cc: |
Description
drop down menu not properly show on device Nokia 2 https://i.paste.pics/7CRW0.png
Attachments (3)
Change History (9)
This ticket was mentioned in Slack in #meta by passoniate. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta by passoniate. View the logs.
7 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I Fixed below CSS and its working. Please use CSS
left: 0;instead ofleft: -50px;.Screenshot -https://prnt.sc/q3owib
@media (max-width: 550px) nav.o2-post-actions ul { left: 0; }