Created
June 15, 2021 10:16
-
-
Save giventofly/c4c92a39ff63d9d4bf034182ac37e973 to your computer and use it in GitHub Desktop.
Safari 15 viewheight height 100vh fix
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
//from https://lukechannings.com/blog/2021-06-09-does-safari-15-fix-the-vh-bug/ | |
height:calc(100vh - env(safe-area-inset-bottom)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment