Page 1 of 1

Prevent Scroll when Popup open

Posted: Tue Jan 26, 2016 7:45 am
by Paul Medawar

Hi,

How can I prevent the screen from scrolling, when a popup is open?

I have a long page that is a menu, and when a user clicks an image it opens a popup showing an image of the menu item and description.

The popup is dismissable, but the issue is if the user swipes up or down, the popup remains open, but moves along with the rest of the page.

I would like the page to be fixed until the popup is dismissed.

kind regards

Paul


Prevent Scroll when Popup open

Posted: Tue Jan 26, 2016 5:24 pm
by Paul Medawar

No worries, this worked for me

.popup2 {
position: fixed;
top: 50px;
right: 0;
}

thanks


Prevent Scroll when Popup open

Posted: Tue Jan 26, 2016 7:58 pm
by Serhii Kulibaba

Thank you for update! Glad it works now!