background overlay during hamburger flyout menu not open
-
I noticed that on both my sites when my phone was put in landscape view the overlay was still present when menu wasn’t open in the new update.
I can see that the difference between the 2 versions was .elementskit-menu-overlay left was set to -100vh; whereas the old version was -100vw.
I have added the below css to remove the overlay when changing portrait to landscape.
@media (max-width: 1024px){
.elementskit-menu-overlay{
left:-100%;!important
}}Are you able to replicate this issue on your end?
If you require any further information let me know. I have a test website that i can share that shows the issue.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘background overlay during hamburger flyout menu not open’ is closed to new replies.