Skip to content

Instantly share code, notes, and snippets.

@badalsaibo
Last active January 29, 2023 14:26
Show Gist options
  • Save badalsaibo/bdef7f4d766a939207fd1fed73a7d00e to your computer and use it in GitHub Desktop.
Save badalsaibo/bdef7f4d766a939207fd1fed73a7d00e to your computer and use it in GitHub Desktop.
Full height next app
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