/* About page docs-style layout */

.docs-toc {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.docs-section {
    scroll-margin-top: 140px;
}

@media (min-width: 768px) {
    .docs-toc-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}
