forked from sombochea/verdaccio-ui
fix: use auto for overflow-y (#57)
This commit is contained in:
parent
980dac5b2f
commit
01da082c06
@ -55,6 +55,6 @@ export const InputField = ({ color, ...others }: IInputField) => (
|
||||
export const SuggestionContainer = styled(Paper)`
|
||||
&& {
|
||||
max-height: 500px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user