mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
fix: hide dropdown input on IE 11
This commit is contained in:
parent
f805271d90
commit
021752cf3e
|
@ -107,6 +107,7 @@ export const StyledDropdown = styled(Dropdown)`
|
|||
input {
|
||||
cursor: pointer;
|
||||
height: 1px;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user