Last active
January 29, 2023 14:26
-
-
Save badalsaibo/bdef7f4d766a939207fd1fed73a7d00e to your computer and use it in GitHub Desktop.
Full height next app
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
html, body, div#__next { | |
height: '100%' | |
} | |
div#__next > div { | |
minHeight: '100%' | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment