﻿/*FIND_ME*/
/* Force sidebar to stay fixed in condensed mode */
html[data-sidenav-size="condensed"] .leftside-menu {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    overflow: visible !important;
}

html[data-sidenav-size="condensed"] #leftside-menu-container {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

