• Resolved vowtek

    (@vowtek)


    When the modal box is open, when you scroll fully to one end or the other then move your mouse (even when still inside the box limits), you begin to scroll the page behind.

    The expected behavior would probably be to never allow the page behind to be scrollable when your mouse is inside the modal box boundaries. You could even add an option to block any kind of scrolling of the page behind while the box is open (or make it default).

    This bug is significant on mobile where people tend to scroll rapidly and will often scroll the page behind inadvertently.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @vowtek,

    Thanks for contacting Leap13 support!

    Could you please copy and paste below custom CSS to widget settings > Advanced tab > Custom CSS and let me know if it did the trick?

    body.premium-modal-open {
        min-height: 100vh !important;
        overflow: hidden;
      }

    Regards

    Thread Starter vowtek

    (@vowtek)

    Yes, that works perfectly.

    Thank you!

    Hi @vowtek,

    Great, I’m so glad that everything is working just fine with you now.

    If you have any farther questions, please don’t hesitate to feed me back anytime 
    It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress page.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Premium Modal Box Scroll Lock’ is closed to new replies.