Making WordPress.org

Opened 10 months ago

Closed 6 months ago

Last modified 5 months ago

#7122 closed defect (bug) (fixed)

The container shouldn't be moved when the menu is opened on an iPad

Reported by: bhargav727's profile 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.

URL: https://developer.wordpress.org/themes/

Attachments (1)

1.jpg (105.7 KB) - added by bhargav727 10 months ago.

Download all attachments as: .zip

Change History (6)

@bhargav727
10 months ago

#1 @praful2111
10 months ago

  • Keywords reporter-feedback added
  • Milestone set to Improved Search

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);

https://i.imgur.com/fOjsElW.png

#2 @dd32
10 months ago

  • Keywords reporter-feedback removed
  • Milestone Improved Search deleted
  • Priority changed from normal to lowest

#3 @dd32
10 months ago

  • Component changed from Handbooks to Developer Hub

#4 @coffee2code
6 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

#5 @coffee2code
5 months ago

#6541 was marked as a duplicate.

Note: See TracTickets for help on using tickets.