@media (min-width: 1024px){
  .sidebar-sticky{
    position: sticky;
    top: 80px; /* adjust to match your header height */
    max-height: calc(100vh - 100px);
    overflow: auto;
    z-index: 3;
  }
}
