/* Restore expected sidebar scrolling and suppress forced horizontal scrollbars. */
.wrapper {
    overflow-x: hidden !important;
}

.layout-fixed .main-sidebar {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.layout-fixed .main-sidebar .sidebar {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.layout-fixed .main-sidebar .nav-sidebar,
.layout-fixed .main-sidebar .nav-treeview {
    overflow-x: hidden;
}
