You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Bug Report
The "with-overlay" class added to the HTML tag does not clear upon menu selection for mobile devices.
This class prevents scrolling due to the overflow hidden style that it applies.
This bug has occurred in the past a couple times and seems to be back:
#476
#293
A clear and concise description of what the bug is.
To Reproduce
I have reproduced this issue in three different Gatsby environments. The easiest way to reproduce is:
Navigate to the button page of the Gatsby starter located at:
https://gatsby-docz.netlify.com/docs/docs-button
Open up dev tools and change the viewing size to a mobile device.
Open up the mobile menu. You will notice the "with-overlay" class is applied to the html tag. The HTML tag will look as per below:
Environment
As well as testing on the starter I had originally seen this issue in my own project with the packages below:
Feel free to let me know if you would like any further information.
Thanks
The text was updated successfully, but these errors were encountered: