• Good day. The site has a sticky sidebar on the right. The pop-up window call button is at the end of the page after the price list. When you click the button, a pop-up window with a translucent background appears. The problem is that the sticky sidebar disappears behind the background. Other parts of the site are visible, but the sticky sidebar disappears. When you close the window, the sticky sidebar appears. The problem is relevant for PCs. On mobile phones, the sidebar is not sticky. Please help me make it so that the sticky sidebar does not disappear when a pop-up window appears. Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kim L

    (@kimmyx)

    Hi @vadimm5,

    Thanks for the post!

    Could you try adding the following CSS code to Appearance > Customize > Additional CSS (or to wherever you usually add custom CSS)?

    html.pum-open.pum-open-overlay{
    overflow: unset;
    }

    Please clear your cache after adding the code.

    Let us know how it goes! 🙏

    Thread Starter vadimm5

    (@vadimm5)

    Didn’t help. It only works when you view the site in the admin panel and even then it’s not correct. A second scroll bar appears and the site behind the pop-up window background can be scrolled. So that it is impossible. I leave your code in the styles so that you can go to the site and make sure that it does not work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.