Fixed popup problem: “Overflow: hidden” from overlay locks scrolling
-
Note: The page I’m working on is on a local server and cannot be shown due to client restrictions. Sorry.
I’m presently working on a page that has two Popup Maker popups – one is a fixed popup that sticks to the window footer and has no overlay (it asks if the user is willing to share feedback with us). It opens automatically. This is the popup causing the problem.
The other is a popup (it’s contains the submission fields for feedback) overlay that opens if the user clicks “yes” on the first popup; it is opened by class. There is nothing essentially wrong with this second popup, but it factors in to the end product.
This said, I’m having an issue where the following code is being inserted into the page by Popup Maker. When it gets written on page load, the scrollbar disappears and the main page behind the popup cannot be moved at all:
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay { overflow: hidden; }
If I manually cut this CSS out of Popup Maker OR if I disable overlays, the problem goes away.
Unfortunately,
overflow: hidden;
is one of the few things I can’t control in my custom CSS without the effects of the parent code still taking effect – so the scrolling remains an issue.The other problem is that the second popup – the one with the form fields – looks best with an overlay. While I can keep the overlay active on that popup based on its settings, the overlay will NOT show up if it’s stacked with the first popup – if I have “hide the overlay” checked on popup #1.
I’ve also defaulted the theme to Twenty Fifteen – same thing.
Is there a workaround for this, or have I found a bug? Let me know.
Thank you.
-KK
- The topic ‘Fixed popup problem: “Overflow: hidden” from overlay locks scrolling’ is closed to new replies.