Created
May 25, 2020 14:52
-
-
Save deeja/37dc1c4e7f6873133a9cbd70d8230b8d to your computer and use it in GitHub Desktop.
Full height Nuxt.js layout hack
This file contains 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
<style> | |
div#__nuxt, | |
#__layout, | |
#__layout > div, | |
#app { | |
min-height: 100vh; | |
} | |
</style> |
It was written a while ago, and it worked at the time. There's probably a
better way of doing this.
…On Wed, 27 Oct 2021, 04:02 Leandro de Lima, ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Do you recommend to use this solution? thx for sharing
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://gist.github.com/37dc1c4e7f6873133a9cbd70d8230b8d#gistcomment-3940181>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABKRJ4O3Y7AYRQEDUEH4NTUI27INANCNFSM5GYBKIQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you recommend to use this solution? thx for sharing