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

    (@danieliser)

    @s00s – I am looking into it, we could move our scroll bar inside that but then there would be 2, I will see if I can work it out for v1.4.11

    The css causing the page shift can be overwritten using the below code. Just add it to a custom CSS section within your theme or to your main stylesheet. Cheers!

    html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    	padding-right: 0px;
    }
    Thread Starter s00s

    (@s00s)

    Thanks!

    Plugin Author Daniel Iser

    (@danieliser)

    @icommstudios – Appreciate the fix. Though I will need to test it as that padding-right had to be added for a specific reason, I believe otherwise the popups scroll bar doesn’t work properly on some browsers (hides behind the default scroll bar or something like that).

    Will test it though.

    Just to be documented:
    I had to add these lines to the main css to solve the problem:

    html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    	overflow: auto!important;
    }
    • This reply was modified 8 years, 4 months ago by rjacome.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page is moving’ is closed to new replies.