[wp-meta] [Making WordPress.org] #4908: Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports. https://make.wordpress.org/community/team-projects/

Making WordPress.org noreply at wordpress.org
Sun Dec 15 11:48:44 UTC 2019


#4908: Prevent partial offscreen positioning of o2 post dropdown menu on smaller
viewports. https://make.wordpress.org/community/team-projects/
---------------------------------------+---------------------
 Reporter:  passoniate                 |       Owner:  (none)
     Type:  defect                     |      Status:  new
 Priority:  normal                     |   Milestone:
Component:  Make (Get Involved) / P2   |  Resolution:
 Keywords:  has-screenshots has-patch  |
---------------------------------------+---------------------

Comment (by passoniate):

 Fixed below CSS and its working. Please use CSS

 {{{
 @media (max-width: 550px)
 nav.o2-post-actions ul {
     width: 320px;
     right: 0px;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4908#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list