Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › popup causes background to scroll
I created a popup window with modal insert, but when the popup window is opened, there is an upward scrolling in the background. Every time users close the popup window, they have to scroll down the page again. How can I fix this problem?
https://www.veed.io/view/52d69695-9b72-4349-b943-f29991a80fe2
Hello @swellhair
Can you please try the following code inside Avada > Global Options > Custom CSS Tab
.ua-mobile .modal-open {
position: relative;
}
Thanks
-Ammar