Create a page without scrolling
Hi there,
I need help on the following page, please: [Links visible only for registered users]
is it possible here to set the page so that you cannot scroll? It should just display the form and that's it.
Regards Fabian
Comments
Hello,
You can put the following code, in the Custom CSS field for that page.
html{ overflow: hidden!important; }Thanks
thx