
.main-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important; /* Full viewport height */
    overflow-y: auto !important; /* Enable vertical scrolling */
    z-index: 1000 !important;
}
