/* The original theme forces compact layouts to 1570/1850px high. */
@media (min-width: 769px) {
    body[data-sidebar-size="sm"],
    body[data-sidebar="dark"][data-sidebar-size="sm"] {
        min-height: auto !important;
    }

    body[data-sidebar="dark"][data-sidebar-size="sm"] .main-content,
    body[data-layout-size="boxed"][data-sidebar-size="sm"] .main-content {
        min-height: 100vh !important;
    }
}

@media (max-width: 991.98px) {
    body.sidebar-enable {
        overflow: hidden;
    }

    body.sidebar-enable .vertical-menu {
        bottom: 0;
        height: auto;
        overflow: hidden;
        position: fixed;
    }

    body.sidebar-enable .vertical-menu .sidebar-menu-scroll {
        height: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}
