• Resolved kwtan

    (@kwtan)


    Hello! The disable web page from scrolling (while popup is up) doesn’t seem to be working. I was given a code previously for my test site, but it’s not working when I ported it over.

    html.no-touchevents.pb_disable_scroll_POPUP_ID {overflow-y: hidden !important;width: 100% !important;}

    Can you please help? Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @kwtan ,

    Thank you for the topic.

    Could you please send us the link where the popup is placed, and also let us know the version of your Popup Box plugin?

    Looking forward to your reply.

    Thanks!

    Thread Starter kwtan

    (@kwtan)

    Hello!

    It’s here: https://arc70.com/team/ Please click any one of the people.

    I also used Chat to help me fix it for now, so I have this code added in custom CSS. It works now, but let me know if there’s a better fix:

    html[class=”pb_disable_scroll_”], body[class=”pb_disable_scroll_”] {
    overflow: hidden !important;
    width: 100% !important;
    }

    Plugin Support Jasmine

    (@hyenokian)

    Dear @kwtan ,

    Thank you for the reply.

    We checked it on our side and it is working correctly now. At the moment the scroll is disabled.
    The custom CSS you added is completely fine. We also would have provided CSS for you to use.

    If you have any other questions, please feel free to open another topic.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.