VLayout.css 153 B

123456789
  1. .v-layout {
  2. --v-scrollbar-offset: 0px;
  3. display: flex;
  4. flex: 1 1 auto;
  5. }
  6. .v-layout--full-height {
  7. --v-scrollbar-offset: inherit;
  8. height: 100%;
  9. }