Skip to content

Commit 5431a45

Browse files
committed
Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
1 parent ba28d11 commit 5431a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/autocomplete/maxheight.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.ui-autocomplete {
1515
max-height: 100px;
1616
overflow-y: auto;
17+
overflow-x: hidden;
1718
}
1819
/* IE 6 doesn't support max-height
1920
* we use height instead, but this forces the menu to always be this tall

0 commit comments

Comments
 (0)