[wp-meta] [Making WordPress.org] #6541: The horizontal bar is appearing in the mobile devices.

Making WordPress.org noreply at wordpress.org
Thu Oct 13 05:14:02 UTC 2022


#6541: The horizontal bar is appearing in the mobile devices.
--------------------------+-----------------------------------------
 Reporter:  hilayt24      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:
Component:  General       |   Keywords:  needs-patch has-screenshots
--------------------------+-----------------------------------------
 While going through the site on the mobile I found that there is a
 horizontal bar appearing on the screen when the secondary menu is open.

 Link: https://developer.wordpress.org/plugins/security/

 solution

 {{{
   @media (max-width: 876px){
     body.responsive-show {
       overflow-x:hidden;
     }
   }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6541>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list