You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also works if the height is not 100% but 100vh, but this is specific to the layout of the page because as soon as you have surrounding elements, you have to calc(100vh - other_heights): https://codepen.io/anon/pen/wqmWjg
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord
lockbot
locked as resolved and limited conversation to collaborators
Apr 16, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Create a template with
<v-app>
-><v-container fluid fill-height>
-><v-layout flex align-center justify-center>
Versions
Vue 2.4.2, Vuetify 0.14.11, Edge 15.
What is expected ?
Because of the
fill-height
. I would expect the<v-container>
to take up all available height.What is actually happening ?
The container is only as high as the content inside it. The 100% height doesn't appear to work.
It works without
v-app
: https://codepen.io/anon/pen/ZJxOxoIt also works if the height is not 100% but 100vh, but this is specific to the layout of the page because as soon as you have surrounding elements, you have to
calc(100vh - other_heights)
: https://codepen.io/anon/pen/wqmWjgReproduction Link
https://codepen.io/anon/pen/ayYZqP
The text was updated successfully, but these errors were encountered: