Do not show scrollbar on autocomplete component IE11 (#1515)

Scrollbars are shown on the autocomplete component in IE11.

It is not possible to use the scrollbar after it appears which confuses my users.

I am not sure IE implementations are wanted, but this in any case disables the scrollbar so that the autocomplete looks more like in chrome.
old
Kristoffer Rene Eckhoff 2017-08-02 18:15:55 +02:00 committed by Javi Velasco
parent 54d0cb5c62
commit f8f528cbcd
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
box-shadow: var(--zdepth-shadow-1);
max-height: var(--autocomplete-overflow-max-height);
visibility: visible;
-ms-overflow-style:none;
}
}
}