Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
KorbenDose's user avatar
  • 1,243
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 ...
robtot's user avatar
  • 1,001
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<...
leo848's user avatar
  • 667