/* Sidebar Scroll Fix module */
.sidebar > nav{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-right:6px;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#d8c8c4 transparent;
}
.sidebar > nav::-webkit-scrollbar{width:6px}
.sidebar > nav::-webkit-scrollbar-track{background:transparent}
.sidebar > nav::-webkit-scrollbar-thumb{background:#d8c8c4;border-radius:999px}
.sidebar .brand{flex:0 0 auto}
.sidebar-bottom{flex:0 0 auto}
