How come my drop down in google chrome is only ONE line scrollable? Instead of multiple line scrollable? Here\'s my html code:
Chrome considers first 20 visible options to calculate height of drop down and after that you see scroll bar to see remaining options. That's why you see only block elements of first 20 options.
For more info: Refer accepted answer