/* Extracted from Shared/SubNavMenu.razor - keep selectors unchanged */

/* Remove fixed max-height to allow sidebar to scroll instead */
    .slide-menu {
        max-height: none !important;
        overflow-y: visible !important;
        overflow-x: hidden !important;
    }
