Opened 12 months ago
#6541 new defect (bug)
The horizontal bar is appearing in the mobile devices.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch has-screenshots |
Cc: |
Description
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; } }
Attachments (1)
Note: See
TracTickets for help on using
tickets.