From 021752cf3eeb0520b2f78bd5627b1f464f637a23 Mon Sep 17 00:00:00 2001 From: Anya Stasiuk Date: Tue, 6 Oct 2020 18:16:17 +0300 Subject: [PATCH] fix: hide dropdown input on IE 11 --- src/common-elements/dropdown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-elements/dropdown.ts b/src/common-elements/dropdown.ts index c06295a0..f4bcc281 100644 --- a/src/common-elements/dropdown.ts +++ b/src/common-elements/dropdown.ts @@ -107,6 +107,7 @@ export const StyledDropdown = styled(Dropdown)` input { cursor: pointer; height: 1px; + background-color: transparent; } } `;