When the mobile menu drawer is openend and someone scroll’s on the drawer, the menu goes off page.
My shop url : Puretive.co
A user reports that when the mobile menu drawer opens on the Dawn theme, scrolling within the drawer causes the menu to scroll off the page.
Proposed Solutions:
Two community members suggest adding CSS code to prevent this behavior:
html:has(Details.menu-drawer-container[open]) { overflow: hidden; } to the bottom of the base.css filetheme.liquid fileImplementation Steps:
base.css or theme.liquid fileOutcome:
One user confirms the solution works perfectly for their Dawn theme. However, the original poster reports the fix is not working for them, leaving the issue unresolved in their case.
When the mobile menu drawer is openend and someone scroll’s on the drawer, the menu goes off page.
My shop url : Puretive.co
You can try to add this code at the bottom of your base.css file in Online store > Themes > Edit code
html:has(.Details-menu-drawer-container[open]) { overflow: hidden; }
Hi @Karan_huedlife ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Thank you, this works perfectly for me!
Shopify dawn theme
No man it’s not working for me.
I’m so glad if my suggestion can be your solution