monolito_djanco_poonto/node_modules/vuetify/lib/components/VLayout/VLayout.sass
2025-02-25 13:26:08 -03:00

12 lines
216 B
Sass

@use '../../styles/tools'
@include tools.layer('components')
.v-layout
--v-scrollbar-offset: 0px
display: flex
flex: 1 1 auto
&--full-height
--v-scrollbar-offset: inherit
height: 100%