derderic
derderic

Reputation: 35

overflow-x: hidden doesnt work in mobile view

I have an animated Burger Menu in the mobile view, which slides from right to left into the screen. With overflow-x: hidden the inactive Menu shouldnt be seen in the page. In the normal view (smaller browser windows) it works. But in the mobile view (on my phone or mobile view in browser), after first click on the burger menu, it allows me to scroll right to the space from the "hidden" menu background.

See screenshot

I have a live view of my page, so maybe its better for you to understand instead of posting the whole website code here. I didnt wanted to post only the footer code, as im not sure if maybe its related to something else in the body.

Live Site

Upvotes: 3

Views: 105

Answers (1)

user13808619
user13808619

Reputation:

add overflox-x: hidden to html

Upvotes: 2

Related Questions