- Overview
- Article Contents
- Solution #1: Disable "Fixed Popup" Setting
- Solution #2: Use Proper Popup Positioning
- Solution #3: Do Not Use iFrames
- Solution #4: Your Theme Is Overwriting Our Styles
- Solution #5: Fix the Background and Enable Smooth Scrolling
- Solution #6: Disable the Popup Overlay
- Solution #7: You're Touching Outside the Popup
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
- Solution #2: Use Proper Popup Positioning
- Solution #3: Do Not Use iFrames
- Solution #4: Your Theme Is Overwriting Our Styles
- Solution #5: Fix the Background and Enable Smooth Scrolling
- Solution #6: Disable the Popup Overlay
- Solution #7: You’re Touching Outside the Popup
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.
If you’re still seeing the issue, please continue reading.
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:
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.
Now it should look something like this, and we can scroll down to see the rest of the form as well:
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.
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; }