At the moment I'm using a Chosen JQuery widget inside a JQuery dialog box, and as soon as you open the dropdown box, the size of the dropdown causes the dialog box to overflow, causing this: (notice that there are two scroll bars, one for the drop down box, and one for the dialog box, which renders scrolling pretty much useless:
Is there a way to set:
- The max number of items displayed before you have to scroll,
- The max height of the select/chosen drop down box, or
- The max height of one of the containing elements
Such that it will appear more like this (it's a photoshop, this is how I want it to look):
i.e. no overflow in the dialog window, because there are only 8 items displayed before you have to scroll.