You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this works very well on android device but in iphone it's more complicated.
There is the scroll which doesn't work well. If we are on the menu and we scroll the menu, at the end if we continue we scroll the page and the background disappear.
Hi @MartelBenjamin , First of all that video seems to be private so I don't know what the exact problem is and I am taking a guess. In android-chrome once we start to scroll the address-bar disappears this causes the initially calculated height:100%; to be less than the current height . This causes users to scroll and peek at the actual page when menu is open. I suggest adding height:110% to body:after instead of height:100%;
Hi, this works very well on android device but in iphone it's more complicated.
There is the scroll which doesn't work well. If we are on the menu and we scroll the menu, at the end if we continue we scroll the page and the background disappear.
this is the video of that problem : https://youtu.be/uh0cEoLPHIM
Thanks :)
The text was updated successfully, but these errors were encountered: