Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Created May 8, 2025 12:43
Show Gist options
  • Save vielhuber/a1805b2d69888f263f07210b8c1c1952 to your computer and use it in GitHub Desktop.
Save vielhuber/a1805b2d69888f263f07210b8c1c1952 to your computer and use it in GitHub Desktop.
100% height on ios hidden elements svh lvh #css
div {
height:100svh; /* fixed, no jumps */
margin-bottom: calc(100lvh - 100svh); /* nice margin below, if nav is hidden */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment