All Questions
Tagged with vuetifyjs3 flexbox
3 questions
2
votes
1
answer
137
views
How can I make v-col turn scrollable?
I'm trying to achieve the following layout.
The grey container shall spread over the whole viewport but shall not be larger
The green v-row shall fill the grey container
v-col 1 shall fill the ...
0
votes
2
answers
413
views
Vuetify + Flex: justify-space-evenly doesn't work on v-slide-group
I want to evenly align v-slide-group-items within a v-slide-group using any of the justify-space-* classes, but it ignores the justify-space-* setting and places all v-slide-group-items to the left ...
0
votes
1
answer
740
views
How to align elements in a vuetify3 block button to the sides?
Let's say I have the following button:
<v-btn block size="x-large">
<v-btn icon size="small" variant="contained">
<v-icon>mdi-information<...