
/* FetePass365 Sidebar Scroll Fix V8.3 */

/* Remove sticky/fixed sidebar behavior */
.sidebar,
.vendor_sidebar,
.vendor_sidebar_inner {

    position:relative !important;
    top:auto !important;
    bottom:auto !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;

}


/* Allow dashboard wrapper to flow naturally */
.vendor_wrap {
    align-items:flex-start !important;
    height:auto !important;
    overflow:visible !important;
}


/* Remove internal scrolling */
.dashboard_nav {
    position:relative !important;
    height:auto !important;
    overflow:visible !important;
}


/* Ensure main page scroll controls everything */
html,
body {
    overflow-y:auto !important;
}


/* Keep content aligned */
.vendor_wrap .contents {
    height:auto !important;
    overflow:visible !important;
}
