Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.

This commit is contained in:
Scott González 2010-11-02 13:51:29 -04:00
parent ba28d11391
commit 5431a4553a

View File

@ -14,6 +14,7 @@
.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall