How to have a page that does not scroll down & fit into one screen?

Question:
Hello, I was wondering how to have a page that does not scroll down?
I wanted to have a website that was fully on one page, and on which we couldn’t scroll.

Product:
I am using Wix Studio Editor.

What are you trying to achieve:
I wanted to have a website that was fully on one page, and on which we wouldn’t need to scroll and every element was on the same screen. I’ll give some random websites for example (design is not relevant here) :

What have you already tried:
I’ve tried setting vh to 100 and it didn’t helped…

Thank you for your time

if you have a header/footer you need to adjust the section vh to suit them aswell so the site fits 100vh.

Fo this to work, you need to use just one section in your page(not even header and footer, you can delete them, use a standalone menu in the section instead ) Design the entire page within the section(divide the section into cells according to the elements) Once the design is done, set the section’s responsive behaviour to Fit to screen or Fixed Height. If you are using fixed height, use the Section height 100vh just like Mr. @Dan_Suhr mentioned.

Good luck