Skip to content

Commit

Permalink
Autocomplete (maxheight demo): Add padding to account for vertical sc…
Browse files Browse the repository at this point in the history
…rollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
  • Loading branch information
scottgonzalez committed Nov 4, 2010
1 parent 5431a45 commit 53215de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/autocomplete/maxheight.html
Expand Up @@ -14,7 +14,10 @@
.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding to account for vertical scrollbar */
padding-right: 20px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
Expand Down

0 comments on commit 53215de

Please sign in to comment.