How to make page not scroll
I am creating a landing page and I would like to have the page not scroll at all, at least on desktop as I know all the content fits on the screen perfectly fine. Is this possible? I have tried html {overflow: hidden;} but this does not solve the problem
Thanks
Comments
Hello,
Please, put the following code in the Custom CSS section for the page where you want to hide the scrollbar.
Thanks