Created
May 8, 2025 12:43
-
-
Save vielhuber/a1805b2d69888f263f07210b8c1c1952 to your computer and use it in GitHub Desktop.
100% height on ios hidden elements svh lvh #css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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