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:
Lance Edgar 2016-05-06 11:38:36 -05:00
parent dc2104d430
commit 10f1c34a75

View file

@ -91,3 +91,11 @@ ul.error {
ul.error li {
list-style-type: none;
}
/******************************
* jQuery UI tweaks
******************************/
ul.ui-menu {
max-height: 30em;
}