#4878 closed defect (bug) (fixed)
Drop down menu error on https://make.wordpress.org/docs/handbook/
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| 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.
6 years ago
This ticket was mentioned in Slack in #meta by passoniate. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
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; }