.visManager {
  flex: 1 1 0%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

.visBar {
  display: flex;
  justify-content: space-between;
  height: 2.5rem;
  background-color: var(--secondary-light-bg);
}

.visArea {
  flex: 1 1 0%;
  min-height: 0;
  display: flex;
  align-items: stretch;
}

.fallback {
  composes: fallback from global;
}
