.custom-fixed-sidebar {
  position: fixed;
  display: block;
  overflow-x: visible;
  overflow-y: scroll;
  // width: inherit;
  max-height: 90vh !important;
}
