• Resolved CPKN

    (@cpkn)


    Hello,

    When a Popup has an Overlay, makes sense for it not to scroll main content.

    To scroll the main content with a popup, you need to remove the Overlay.
    This is especially for Fixed Positions.

    My issue is, I have to have stackable Popups, some with Overlay, some without.

    If an Overlay Popup comes up over a non-Overlay Popup, when closing it, it still enacts the scroll bar removal for the non-Overlay, forcing you to close every Popup to bring back scrolling the site again.

    Is there a way to stop this from happening?

    I just need non-overlay popups be able to scroll the main content after a pop up with an overlay has appeared and closed.

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @cpkn – Currently it may not be possible to have both. It is a limitation we are aware of but takes quite a bit of possibly breaking changes to get there. Its coming, but not for a few versions.

    You could use CSS to override it possibly, though I don’t have a solution in mind beyond this one:

    html.pum-open.pum-open-overlay.pum-open-fixed.pum-open-scrollable .pum-overlay {
    overflow-y: scroll!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Multi Pop Up Scroll Disappears’ is closed to new replies.