100vh body in not working

Hi!
I’m creating a page supposed to have 100vh in height thus not requiring scrolling but I’m having problems doing so as the page appears to always have a small exceeding part. Does anyone know woe to fix it? I’ve tried making the body height 100% instead but the problem persists.
Thank you


Here is my public share link: https://afonsos-fresh-project-ecab97.webflow.io/
(how to access public share link)

Can you please share your read-only link?

Here you go!
https://preview.webflow.com/preview/afonsos-fresh-project-ecab97?utm_source=afonsos-fresh-project-ecab97&preview=976810b6b111e2385932445403df1955

Your problem is with the div block to the left side. Pretty easy to spot error. Don’t use margin on any element. Only use padding. If you use margin, things will have a height of "100vh + margin pixels "

2 Likes