Skip to content

Instantly share code, notes, and snippets.

@giventofly
Created June 15, 2021 10:16
Show Gist options
  • Save giventofly/c4c92a39ff63d9d4bf034182ac37e973 to your computer and use it in GitHub Desktop.
Save giventofly/c4c92a39ff63d9d4bf034182ac37e973 to your computer and use it in GitHub Desktop.
Safari 15 viewheight height 100vh fix
//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