/* Keep the SB Admin sidebar visible while page content scrolls */
#wrapper {
  align-items: flex-start;
}

#accordionSidebar.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  flex-shrink: 0;
  z-index: 100;
}
