/* Fix sidebar not covering full page height */
.sidebar-expand-lg.layout-fixed .app-sidebar {
    height: 100vh !important;
    max-height: 100vh !important;
}

.sidebar-expand-lg.layout-fixed .app-sidebar .sidebar-wrapper {
    height: calc(100vh - 3.5rem) !important;
    overflow-y: auto;
}
