.sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - headerHeight);
    overflow-y: auto;
}