
.navbar {
    z-index: 998; /* Set a base z-index */
}

.sidebar {
    z-index: 999; /* Ensure it appears above the navbar */
   
}
