/* Placeholder to prevent 404s. Add your overrides here if needed. */

/* Prevent sidebar from auto-scrolling to current item (causes page jump) */
.bd-sidebar-primary {
    scroll-behavior: auto !important;
}

/* Disable smooth scroll that causes jumps */
.bd-sidebar-primary .bd-toc-item {
    scroll-margin-top: 0 !important;
}

/* Prevent the sidebar from jumping when expanding items */
.bd-sidebar-primary nav {
    overflow-anchor: none;
}

/* Keep expanded items from causing layout shift */
.bd-sidebar-primary .toctree-l1.has-children > ul {
    transition: none !important;
}

/* Disable the auto-scroll to current nav item */
.bd-sidebar-primary .current {
    scroll-margin: 0 !important;
    scroll-snap-align: none !important;
}
