VLayout.sass 216 B

1234567891011
  1. @use '../../styles/tools'
  2. @include tools.layer('components')
  3. .v-layout
  4. --v-scrollbar-offset: 0px
  5. display: flex
  6. flex: 1 1 auto
  7. &--full-height
  8. --v-scrollbar-offset: inherit
  9. height: 100%