Shopify menu (sidemenu) is glitchy on phone

Hi all, Im using the Buddha menu builder app for my shopify store, which seems to work nicely on desktop but on mobile, the menu ‘catches’ when you try to scroll it. You can scroll but only so far at a time. Here is the link to the store: decoright.com.au.

Does anyone know what could be causing the glitches in the menu?

@Haydos270 - can you please put a video or screenshot of an issue you are facing?

Hello @Haydos270

When opening the menu on mobile and tablet, the Dawn theme supports scroll lock

but the theme’s css is overwritten by 1 line of css, this function can still scroll
Solution: Fix css to lock scroll as theme function

  1. Go to Online Store → Theme → Edit code:

  1. Open your theme.liquid theme file

  2. Paste the below code before :


Result: On mobile when opening the menu will not be able to scroll anymore

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hi thanks for your reply, your solution worked! much appreciated.

Also, when you say the menu wont be able to scroll, what do you mean? because after implementing the code, the menu scrolls like normal which is what I wanted. Did you mean the background site wont scroll while the menu is open or am I misunderstanding something?