I am trying to create some simple birth date dropdowns and would like to have scroll bars on the dropdown lists with a fixed number of items shown. How can I do this with re
use this style for scrollable DropdownButton
ul.dropdown-menu { max-height: 500px; overflow-y: scroll; }