]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomp...
authorScott González <scott.gonzalez@gmail.com>
Tue, 2 Nov 2010 17:51:29 +0000 (13:51 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 2 Nov 2010 17:51:29 +0000 (13:51 -0400)
demos/autocomplete/maxheight.html

index e71b38ec9385fb0ed6f2405e397e2fdf6cce5871..bac42f63a01f1d8682ea7e1734117dc4982045ca 100644 (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