From: Michał Gołębiowski-Owczarek Date: Tue, 30 Apr 2024 22:54:19 +0000 (+0200) Subject: All: Drop support for IE & some other browsers (but mostly IE) X-Git-Tag: 1.14.0-beta.1~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb49bd794bc8ea4238162725b518fb46234f3cf9;p=jquery-ui.git All: Drop support for IE & some other browsers (but mostly IE) Closes gh-2249 --- 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; - }