/* Limit dropdown menu height in tables and enable scrolling */
.table .dropdown-menu { 
    max-height: 250px; /* Adjust this value as needed */
    overflow-y: auto;
}


