/* Ensure the dropdown menu appears above other elements */
.note-dropdown-menu .dropdown-menu .dropdown-style {
    z-index: 1050 !important; /* Ensure it appears above other elements */
    display: none; /* Hide dropdown initially */
    position: absolute; /* Position it relative to the button */
    top: 100%; /* Adjust if needed to ensure proper placement */
    left: 0; /* Align it with the button */
}
