[ad_1]
Greetings, I have the following pop up menu added to my website, my only problem is that when I try to scroll on the pop up, the wile background moves with it and it looks weird, I’ve tried disable the page scrolling but it still doesn’t work, thank in advance for the help.
[ad_2]
How did you try to disable the page scroll? It could be done with css but it would require Classes to be added to the body and to the menu when it becomes active… This would require a small amount of Javascript.
Use the web inspector and check if the menu already adds a css class to the body. If that’s the case, you’re in luck