eb-popup content on screen (invisible) blocking user interactop,
-
We recently noticed that all the “popups” we created on our site are in front of our site content, preventing some user interaction if it happens in the middle of the screen (behind the popup content)
These are mainly wpforms, maybe it’s linked to that integration?
I temporarily added
.modal-main-wrap:not(.active) {
display: none;
}This solves the issue, but what could be the source of the issue? I didn’t find any custom CSS that might cause this, so I was wondering if there was a bug introduced in a recent update.
Thanks in advance for your assistance!
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.