How to make mobile website not scrollable

Hi!

I’m trying to make the mobile / landscape view of my website 100% and not have the ability to scroll. The desktop home page is correct, but I can’t find a way to make the mobile and landscape version from scrolling. Can someone help?

Here’s my website: https://take5.webflow.io/

Here is my site Read-Only: https://preview.webflow.com/preview/take5?utm_source=take5&preview=4a4030d48764655052a81041a351bea5&mode=preview

Hey,

You’ll want to use 100vh, or 100% of the device screen.

Currently your elements are taking more than that.

Could you try adding 100vh to the body element

Alternative you could position the nav inside of a single wrap or section and give that section a height or max-height of 100vh

Hey @Thomas_92 thanks for the reply! I just made the changes you suggested, but for some reason on the mobile version, it still scrolls. Do you mind taking another look?