Replies: 2 comments 2 replies
-
apply |
Beta Was this translation helpful? Give feedback.
-
But what if you don't want a fixed footer in the viewport? I prefer the footer to be at the bottom of the entire page and scroll off the screen. The app prop is supposed to be optional according to the documentation:
With app, the height is correct. But without it, it seems to scale to different heights depending on the content height of the page. When there's less content on the page to not fill the viewport , the footer stretches up various amounts. |
Beta Was this translation helpful? Give feedback.
-
When i try this:
<v-app> <v-main>Test</v-main> <v-footer class="bg-indigo-lighten-1 text-center d-flex flex-column" > Footer</v-footer> </v-app>
The footer will take 50% of the height. In vuetify 2, the footer was not higher than what was required by its contents.
Beta Was this translation helpful? Give feedback.
All reactions