• Hello, the plugin is wonderful and smooth, but I noticed something: when the popup appears, the vertical scrollbar disappears and there is a brief moment when everything “slides” slightly to the right, then it all slides to the left again on popup closure.

    Is there a way to keep the scrollbar visible throughout, so that no sliding takes place? Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Philipp Stracker

    (@strackerphil-1)

    Hi @brooner

    Thank you for the great feedback, great to have you here ??

    And yes, the plugin indeed hides the scrollbar of the webpage when a popup is opened. It can be disabled rather easily with a short line of CSS:

    – In wp-admin go to Divi > Theme Options
    – Select the tab “Integration”
    – Add the following code into the second textarea (“inside <body> tag”)

    <style>body.evr_popup_open{overflow: auto!important}</style>

    As a result, the scrollbar will not change, and the user can scroll the page behind the popup.

    For now, I’ll mark this topic as resolved, but let me know if you have any other questions or need further help with this.

    Philipp

    Thread Starter Daniele Brunengo

    (@brooner)

    Great fix, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical scrollbar question’ is closed to new replies.