From 5431a4553a5fb55395ddeebe2a9297e869b8271d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 2 Nov 2010 13:51:29 -0400 Subject: [PATCH] Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. --- demos/autocomplete/maxheight.html | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5