Created
June 5, 2020 17:45
-
-
Save antoniocosentino/97dcd531a6174b213a46e38e332c941f to your computer and use it in GitHub Desktop.
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
@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