Turn off scrolling on a page?

krehy.dev
4 Posts
krehy.dev posted this 09 August 2023
Ask a Question

Hi,

is there possible to deny scrolling for user on the page?

Hi, is there possible to deny scrolling for user on the page?
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 09 August 2023

Hi,

If you want to disable scrolling on a page, try to add the following CSS code under Page Settings ==> CSS:

body {
   height: 100%;
   overflow-y: hidden;
}

If you need to do something else, please tell us about it with provided example.
...................................................
Sincerely,
Paul C.
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, If you want to disable scrolling on a page, try to add the following CSS code under *Page Settings ==> CSS*: body { height: 100%; overflow-y: hidden; } If you need to do something else, please tell us about it with provided example. ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
krehy.dev
4 Posts
krehy.dev posted this 11 August 2023

Hi, thanks you for answer. This solution working, but it disables "ON-SCROLL" animations :/, is there any other option?

Hi, thanks you for answer. This solution working, but it disables "ON-SCROLL" animations :/, is there any other option?
krehy.dev
4 Posts
krehy.dev posted this 11 August 2023

I have an button with block anchor and want to allow user only scroll with the button

I have an button with block anchor and want to allow user only scroll with the button
Support Team
Support Team posted this 11 August 2023

Hi,

No, such animations will not work without scroll. Could you please demonstrate what exactly you want to achieve, if possible?
...................................................
Sincerely,
Paul C.
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, No, such animations will not work without scroll. Could you please demonstrate what exactly you want to achieve, if possible? ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments