html, body { height: 100%; }
for full-page height.Yes, you can set CSS properties on the <html>
element in Webflow to ensure the page height stretches to fit the screen. Here’s how:
<html>
Element (Optional)<style>
tags inside the Head Code section:html, body { height: 100%; }
To make a Webflow page stretch to fit the screen height, set Min Height: 100vh on the Body and main sections. If necessary, add custom CSS in Project Settings to ensure the <html>
and <body>
elements take up full height.