aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-08 15:28:47 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-08 15:28:47 -0400
commit4253c78a46380d50d2fb5baf00fd2c5930677267 (patch)
tree30ce855178bcef01e5065044a92a7db313e625c5
parent04ba0a254a1d7360d8038665b22e535b2dbdb6cf (diff)
downloadjquery-ui-4253c78a46380d50d2fb5baf00fd2c5930677267.tar.gz
jquery-ui-4253c78a46380d50d2fb5baf00fd2c5930677267.zip
Autocomplete delete: Adjust styles.
-rw-r--r--demos/autocomplete/maxheight.html2
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