Modal Popup

Pawel.r
4 Posts
Pawel.r posted this 20 November 2020
Ask a Question

I have a Modal popup that pops up over the main page, but this modal is quite long and I need it to scroll, with a mouse wheel.
Right now, using the default settings ( I didn't change anything so far) it doesn't scroll.

What should I change and where in order to make it work?

Thanks for your help.

I have a Modal popup that pops up over the main page, but this modal is quite long and I need it to scroll, with a mouse wheel. Right now, using the default settings ( I didn't change anything so far) it doesn't scroll. What should I change and where in order to make it work? Thanks for your help.
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 20 November 2020

Hi,

The Modal popup uses fixed positioning.
An element with position: fixed; is positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled. Unfortunately, this behavior cannot be changed.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, The Modal popup uses fixed positioning. An element with position: fixed; is positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled. Unfortunately, this behavior cannot be changed. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
justanotherprogrammer
24 Posts
justanotherprogrammer posted this 02 January 2021

I noticed this same behaviour. Although I have no clue how to fix it, I did mitigate the issue to some extent by changing the position of the modal to TOP CENTER (rather than the default CENTER position). This at least allows for more of the modal popup to be displayed (particularly useful on mobile devices). I have learned to make the modal messages shorter as a result.

I noticed this same behaviour. Although I have no clue how to fix it, I did mitigate the issue to some extent by changing the position of the modal to TOP CENTER (rather than the default CENTER position). This at least allows for more of the modal popup to be displayed (particularly useful on mobile devices). I have learned to make the modal messages shorter as a result.
You must log in or register to leave comments