Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429234

    I’m using a full page overlay menu on https://dtpc.wpenginepowered.com/ (login in private) and it seems like there’s an issue in tablet/portrait view where, if I click/view the overlay menu in that view and then scroll down, the close “X” and search icon scroll up and out of view and the scrolling continues for the full height of the page in the background (you can see the page scrolling in the background, and the scrolling stops when the bottom of the page is reached). Here’s a little screen recording, to illustrate: https://capture.dropbox.com/i5YNiMmlA8GqX14B — I hunted around in the css to see if i could find what’s causing that, but it’s not coming easy — can anyone offer a clue for me? Thanks!

    #1429236

    Hi!

    Thank you for the inquiry.

    You can add this css code to disable scrolling when the burger menu overlay is active.

    .av-burger-overlay-active {
        overflow: hidden;
    }

    You may need to temporarily disable the Enfold > Performance > File Compression settings afterward.

    Cheers!
    Ismael

    #1429240

    Looks good — thanks as always, Ismael — embarrassed I didn’t figure that one out myself ;)

    #1429258

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘full page overlay menu tablet portrait view – scrolling page in background’ is closed to new replies.