Skip to content

Instantly share code, notes, and snippets.

@deeja
Created May 25, 2020 14:52
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deeja/37dc1c4e7f6873133a9cbd70d8230b8d to your computer and use it in GitHub Desktop.
Save deeja/37dc1c4e7f6873133a9cbd70d8230b8d to your computer and use it in GitHub Desktop.
Full height Nuxt.js layout hack
<style>
div#__nuxt,
#__layout,
#__layout > div,
#app {
min-height: 100vh;
}
</style>
@LeandrodeLimaC
Copy link

Do you recommend to use this solution? thx for sharing

@deeja
Copy link
Author

deeja commented Oct 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment