fix: hide dropdown input on IE 11 (#1403)

This commit is contained in:
Anna Stasiuk 2020-10-13 14:50:00 +03:00 committed by GitHub
parent 8f99cd0882
commit 6632d84453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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