/* no longer needed */
/* This rule allows scrolling the navigation menu on mobile
@media (max-width: 67em) {
    .sidebar-drawer {
        overflow-y: scroll;
    }
} */

/* no longer needed */
/* this helps with the sticky sidebar scrolling focus issues
.sidebar-sticky, .toc-sticky {
    height: auto;
} */
