• Resolved cheekymate06

    (@cheekymate06)


    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.

    • This topic was modified 2 years, 4 months ago by cheekymate06.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @cheekymate06 ,

    We have checked and succesfully reproduced this issue on our end also. Hopefully it will be fixed on our next update. Till then please stay with us.
    ?
    Regards,
    Benjir

    Thread Starter cheekymate06

    (@cheekymate06)

    No worries. It was a bigger issue on one website. Half the screen had the overlay. However the above fixed it until next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background overlay during hamburger flyout menu not open’ is closed to new replies.