View Categories

Why Is My Popup Not Scrolling Properly/Background Scrolling

Overview  #

A set of possible solutions to try when a popup does not scroll properly, or the page scrolls but the popup does not.

Related article:  How to Display Different Popup and Overlay Scroll Effects in Combination

Article Contents #

Solution #1: Disable “Fixed Popup” Setting #

To make sure your popup scrolls properly, you can first disable the Fixed Positioning setting. In the Popup Editor, go to Popup Settings > Display > Position. Uncheck the Fixed Positioning option. 

File Xwh4B0Fnkx

If you’re still seeing the issue, please continue reading.

[ Back to top ]

Solution #2: Use Proper Popup Positioning #

If your popup is taller than the browser height, and you have your Position Location Setting on Middle Center, then this could be causing your issue. You will especially notice this because the top of your popup will be cut off as seen here:

File N1A8Yttbg6

Looking at the scrollbar, we clearly can’t scroll up anymore, but it looks like we’re missing a huge part of the top of our popup. When a popup is too tall for a screen, or if there’s a possibility it may be too tall for smaller screens, then you must set your Popup Position Location to Top Center

Under Popup Settings Display > Position, change the Location selection from Middle Center to Top Center. 

File 2Ryfsunjjm

Now it should look something like this, and we can scroll down to see the rest of the form as well:

File Ikvsopuxpi

[ Back to top ]

Solution #3: Do Not Use iFrames #

Using iFrames within your popups is not only a cumbersome solution, but it’s not responsive and will give you headaches across multiple platforms and devices. If you’re using iFrames in your popups, expect problems.

Unfortunately, when it comes to iFrames, there’s nothing we can do on our end to make the situation better. That’s just the nature of iFrames.

We recommend that you find a way to replace what you’re trying to do without using iFrames. The good news is that it shouldn’t be a problem to find a replacement solution, as most up-to-date plugins and sites don’t use iFrames because of the inherent restrictions associated with them.

[ Back to top ]

Solution #4: Your Theme Is Overwriting Our Styles #

The scrolling issues could also be caused by your theme styles. If your theme styles are overwriting our styles, then you’ll want to implement this CSS code into your site:

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden!important;
}

Updated on October 24, 2024

Leave the first comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.