Skip to content

Instantly share code, notes, and snippets.

@lek890
Created March 11, 2021 16:27
Show Gist options
  • Save lek890/4cfcac193d9508d62cdca426ec269daf to your computer and use it in GitHub Desktop.
Save lek890/4cfcac193d9508d62cdca426ec269daf to your computer and use it in GitHub Desktop.
In _document, give an override to normalize the styles
<style global jsx>{`
html,
body,
body > div:first-child,
div#__next,
div#__next > div {
height: 100%;
}
`}</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment