Skip to content

Commit

Permalink
fix: hide dropdown input on IE 11 (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasiukanya committed Oct 13, 2020
1 parent 8f99cd0 commit 6632d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common-elements/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const StyledDropdown = styled(Dropdown)`
input {
cursor: pointer;
height: 1px;
background-color: transparent;
}
}
`;
Expand Down

0 comments on commit 6632d84

Please sign in to comment.