All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.components.VLayout.VLayout.css Maven / Gradle / Ivy

.v-layout {
  --v-scrollbar-offset: 0px;
  display: flex;
  flex: 1 1 auto;
}
.v-layout--full-height {
  --v-scrollbar-offset: inherit;
  height: 100%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy