.SidebarContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0;
  overflow: hidden auto;
  scrollbar-width: none;
}

  .SidebarContent::-webkit-scrollbar {
    display: none;
  }

  .SidebarContent-Content {
    flex: 1 0;
  }
