Greetings!
I am trying to have an off canvas menu animate from off the right of the viewport to on top of the viewport. I can get it to work, however, the area in which the menu comes from is viewable if you scroll to the right.
I was able to fix it by giving the body a class of overflow hidden, but then you can’t scroll down the page. Any help would be greatly appreciated!
Thanks! Taking a look, I’m not actually seeing any horizontal scrollbars on the body (even after removing your Overflow setting entirely). Your menu appears to enter and leave normally. However, when I open the menu, I do see a horizontal scrollbar appear, which seems solved by setting the positioning of your main menu wrapper to Fixed instead of Absolute.