why can’t I scroll on site after opening menu on mobile?
-After opening mobile menu the site isn’t working anymore, I always need to refresh tho whole site in order to continue. Does someone know how to fix this. (problem on mobile version only)
A mobile menu issue prevents scrolling after opening, requiring a page refresh to continue browsing.
Identified Causes:
overflow: hidden to persist on the body elementProposed Solutions:
body { overflow: auto !important; } to CSS to force scrollingStatus: The issue appears to stem from modified theme files. One responder suggests hiring a Shopify developer if unfamiliar with coding, while another provides specific HTML structure comparisons showing the invalid markup.
why can’t I scroll on site after opening menu on mobile?
-After opening mobile menu the site isn’t working anymore, I always need to refresh tho whole site in order to continue. Does someone know how to fix this. (problem on mobile version only)
Hey @michelle012
After having a look at your website, it looks like there’s some Javascript issue on the function of the close drawer button and since it’s not a CSS issue so I can’t directly provide you a code like that and it will require some changes in your theme files. If you’re not familiar with coding then I would highly recommend you to hire a Shopify developer who can help you out with that. Feel free to connect with me if you want me to help you out and I would be more than happy to give you a helping hand.
Best Regards,
Moeed
Hi @michelle012
I think the reasons maybe due to a CSS or JavaScript conflict in your theme. So, I’d recommend few things to check:
You have invalid HTML in your mobile menu drawer and some required elements are missing. Compare 2 screenshots –
Theme demo store, proper structure:
Your store, invalid structure:
I am not sure how it happened and why these theme files were modified…
One solution is to get a clean unmodified copy of the theme (from the theme store, or maybe you have kept an older copy in your shop) and copy this code over.