Slide-Push-Menus
Slide-Push-Menus copied to clipboard
add overflow:hidden to html to disable scroll
On Chrome and Safari I noticed they don't respect body overflow: hidden unless you also apply it to the HTML element. This updates the code to do that, so that users can't carry on swiping down when a menu is open and they reach the bottom.
Thnx man! Implemented this on my Koken theme and looks solid: no complains so far ;)