The select widget should provide a scroll bar if the drop down is larger than the screen. At the moment it destroys the UI. ``` .open .dropdown { overflow-y: auto; } ```