Tweak styles for jQuery UI selectmenu dropdowns
Give max height so that we get a scroll bar out of the deal, instead of an endless list.
This commit is contained in:
parent
dc2104d430
commit
10f1c34a75
|
@ -91,3 +91,11 @@ ul.error {
|
|||
ul.error li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
/******************************
|
||||
* jQuery UI tweaks
|
||||
******************************/
|
||||
|
||||
ul.ui-menu {
|
||||
max-height: 30em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue