diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-11-02 13:51:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-11-02 13:51:29 -0400 |
commit | 5431a4553a5fb55395ddeebe2a9297e869b8271d (patch) | |
tree | 36d300987272672403702146e3622e5a8b144baf /demos/autocomplete | |
parent | ba28d11391c64f5e2edd15c5bbc0b11757bdbcda (diff) | |
download | jquery-ui-5431a4553a5fb55395ddeebe2a9297e869b8271d.tar.gz jquery-ui-5431a4553a5fb55395ddeebe2a9297e869b8271d.zip |
Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/maxheight.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 |