From: Scott González Date: Tue, 2 Nov 2010 17:51:29 +0000 (-0400) Subject: Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomp... X-Git-Tag: 1.8.7~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5431a4553a5fb55395ddeebe2a9297e869b8271d;p=jquery-ui.git Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. --- diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index e71b38ec9..bac42f63a 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -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