Skip to content

Instantly share code, notes, and snippets.

@borisdiakur
Created December 16, 2022 12:11
Show Gist options
  • Save borisdiakur/a31e4ce48e5769470bc3b00578a59af1 to your computer and use it in GitHub Desktop.
Save borisdiakur/a31e4ce48e5769470bc3b00578a59af1 to your computer and use it in GitHub Desktop.
Make html and body fill the viewport
:where(html) {
display: grid;
height: 100vh;
height: 100dvh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment