Skip to content

Instantly share code, notes, and snippets.

@deeja
Created May 25, 2020 14:52
Show Gist options
  • Select an option

  • Save deeja/37dc1c4e7f6873133a9cbd70d8230b8d to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Do you recommend to use this solution? thx for sharing

@deeja
Copy link
Copy Markdown
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