#7122 closed defect (bug) (fixed)
The container shouldn't be moved when the menu is opened on an iPad
Reported by: | bhargav727 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Developer Hub | Keywords: | has-patch has-screenshots |
Cc: |
Description
The user visited the site on an iPad and opened a menu. Now the user shouldn't be able to move the container from left to right/right to left.
Attachments (1)
Change History (6)
#2
@
14 months ago
- Keywords reporter-feedback removed
- Milestone Improved Search deleted
- Priority changed from normal to lowest
#4
@
10 months ago
- Resolution set to fixed
- Status changed from new to closed
Thanks for the report! This was fixed in 84d6384 on GitHub:
Add greater specificity to the responsive flyout menu CSS so as not to affect the header hamburger.
Props bhargav727.
Fixes https://meta.trac.wordpress.org/ticket/7122
Note: See
TracTickets for help on using
tickets.
There is an issue with the margin-left, So just need to minus 8PX margin from the width.
https://developer.wordpress.org/wp-content/themes/wporg-developer/stylesheets/main.css
Line number: 3002
Replace width: 100%; to width: calc(100% - 8px);