.vBox.scrollable {
  overflow: auto;
}

.vBox.expandHeight {
  height: 100%;
}

.vBox.grid {
  display: grid;
}

.vBox.fitToContainer {
  height: inherit;
}
