I’m noticing that my pop up is set to a lower layer than some other elements, so that if you scroll on the page while the job pop up us open other elements, like text and other CTA buttons, will scroll over the pop up window. I’ve tried some CSS edits like: [class*=“Popup__”] {
z-index: 99999 !important;
}
But the issue continues. Any help would be appreciated.
However, unfortunately, there is no way to hide a website header appearing on top of the popup when scrolling.
To achieve this, we’ll have to increase z-index of the container with the main content of your website, and this will make the header completely invisible.
Please let me know if this clarifies things or if you have any questions left
Thank you @Max ! That worked. The header issue was solved by giving a larger padding at the top, so the pop up floats more in the center of the screen.