﻿.dropdown-content {
    max-height: 300px; /* Adjust this value as needed */
    overflow-y: auto;
}
