How to fix drawer menu overflow issue in Dawn theme?

Hi everyone! I’m using Dawn theme for a project and I have chosen the menu drawer. Unfortunately when I open my menu I’m still able to scroll the page even though my body gets the overflow: hidden property, somehow it’s not working. I have copied all the menu drawer styles from the original theme again and it’s not behaving the same.

Has anyone had similar problems ?

store url: https://benjaminbabadi.com/

pass: Apple2023

hey,

It is becase you are using some sort of library to js for scrolling effects. thats what conflicting with the css.

Hi! Thank you, you’re right, GSAP was causing this issue! Appreciate!!

you are welcome.