Jump to content

How do I disable scrolling while I have my mobile menu open?

Recommended Posts

Hi everyone, so this is riving me crazy and I looked everywhere and no solution worked. So when you have your mobile menu open, you can still scroll in the background. I want to disable this scrolling (only when the mobile menu is open)

 

Any help would be greatly appreciated! 

Link to comment

Hi,

Add to Settings > Advanced > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
  $(document).ready(function() {
	$(".burger-inner").click(function() {
  $('html').addClass('html-burger-open');
});
});
</script>
<style>
  html.html-burger-open {
    overflow: hidden;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 weeks later...

Hello - I was having the same issue and this code worked for me. But now when I exit the menu scrolling is still disabled. When working in Squarespace after testing the menu in mobile view then exiting the menu and switching to desktop view, scrolling is also disabled. Is there a way to re-enable scrolling once out of the menu? 

Edited by Matienn
Missing information
Link to comment
On 4/24/2023 at 7:53 AM, Matienn said:

Hello - I was having the same issue and this code worked for me. But now when I exit the menu scrolling is still disabled. When working in Squarespace after testing the menu in mobile view then exiting the menu and switching to desktop view, scrolling is also disabled. Is there a way to re-enable scrolling once out of the menu? 

What is your site url?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.