dojo / dojo.io

Dojo - source for the dojo.io website
Other
17 stars 43 forks source link

Select Widget no scroll #501

Open saxn-paule opened 4 years ago

saxn-paule commented 4 years ago

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;
}