.dashboard__main {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 100vh;
}

.dashboard__sidebar {
  height: 100vh;
}