Making WordPress.org

Opened 2 years ago

Closed 12 months ago

#6541 closed defect (bug) (duplicate)

The horizontal bar is appearing in the mobile devices.

Reported by: hilayt24's profile hilayt24 Owned by:
Milestone: Priority: normal
Component: Developer Hub 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)

Plugin Security _ Plugin Developer Handbook _ WordPress Developer Resources.mp4 (517.9 KB) - added by hilayt24 2 years ago.

Download all attachments as: .zip

Change History (2)

#1 @coffee2code
12 months ago

  • Component changed from General to Developer Hub
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the report! While #7122 was technically a duplicate of this ticket since this one was reported earlier, that ticket ended up getting resolved first. As such, this ticket is being closed as a duplicate of that. The implemented solution to the issue was different that what was proposed here.

Note: See TracTickets for help on using tickets.