.sidebar-container {
  position: relative;
  border-right: 1px solid $border-color;
  width: 20rem;
  min-height: calc(100vh - #{$header-height});
}