fix: hide dropdown input on IE 11

This commit is contained in:
Anya Stasiuk 2020-10-06 18:16:17 +03:00
parent f805271d90
commit 021752cf3e

View File

@ -107,6 +107,7 @@ export const StyledDropdown = styled(Dropdown)`
input {
cursor: pointer;
height: 1px;
background-color: transparent;
}
}
`;