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