diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-08 15:28:47 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-08 15:28:47 -0400 |
commit | 4253c78a46380d50d2fb5baf00fd2c5930677267 (patch) | |
tree | 30ce855178bcef01e5065044a92a7db313e625c5 | |
parent | 04ba0a254a1d7360d8038665b22e535b2dbdb6cf (diff) | |
download | jquery-ui-4253c78a46380d50d2fb5baf00fd2c5930677267.tar.gz jquery-ui-4253c78a46380d50d2fb5baf00fd2c5930677267.zip |
Autocomplete delete: Adjust styles.
-rw-r--r-- | demos/autocomplete/maxheight.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index 9a2cc96a5..3804249dc 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -17,8 +17,6 @@ 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 |