@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;
}
@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 9 years, 6 months ago by
rjacome.