My mobile menu is not working properly, Can anyone help me fix it please?

Hello, hope you all are doing well.

When I click on hamburger icon to access my website’s menu on mobile it works normal but as I scroll down after a certain point if I try to access it again my website get’s freeze and the menu don’t come instead the half screen gets black. I will share the drive link of the screen recording below:-

https://drive.google.com/file/d/1sILac6_FQL2Zft8gaMv3dfGOsHLHZu4F/view?usp=sharing

Website:- https://holygrails.in

I’m using Stiletto theme.

Thanks for the help :folded_hands: :folded_hands:

there is a js that adding top to the body. you can try to add this css but i think it will be better to disable this js.

body.template-collection.quick-search-position-right.is-mobile.scroll-lock {
    top: 0 !important;
}

Add this css in your edit Code > Theme.css File

body.quick-search-position-right[mobile-menu-open="true"] {
    top: 0 !important;
}

Thanks for the help! :folded_hands: :folded_hands: It worked. :blush: :blush:

Thanks alot for the help @Raj-webdesigner it worked like a charm :folded_hands: :blush: