#4908 closed defect (bug) (fixed)
Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports. https://make.wordpress.org/community/team-projects/
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots has-patch |
| Cc: |
Description
Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Fixed below CSS and its working. Please use CSS
@media (max-width: 550px) nav.o2-post-actions ul { width: 320px; right: 0px; }