diff options
Diffstat (limited to 'demos/autocomplete/maxheight.html')
-rw-r--r-- | demos/autocomplete/maxheight.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index 9ebda7938..b8c59819d 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -13,12 +13,6 @@ /* prevent horizontal scrollbar */ overflow-x: hidden; } - /* IE 6 doesn't support max-height - * we use height instead, but this forces the menu to always be this tall - */ - * html .ui-autocomplete { - height: 100px; - } </style> <script src="../../external/requirejs/require.js"></script> <script src="../bootstrap.js"> |