Skip to content

Instantly share code, notes, and snippets.

@antoniocosentino
Created June 5, 2020 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoniocosentino/97dcd531a6174b213a46e38e332c941f to your computer and use it in GitHub Desktop.
Save antoniocosentino/97dcd531a6174b213a46e38e332c941f to your computer and use it in GitHub Desktop.
@mixin fullHeigtWithoutBottomInset {
height: 100vh;
@supports (height: -webkit-fill-available) {
height: -webkit-fill-available;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment