/* Fix for right sidebar TOC scrolling */
.md-sidebar--secondary .md-sidebar__scrollwrap {
    overflow-y: auto;
    max-height: calc(100vh - 4rem);
}