Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: use auto for overflow-y (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and juanpicado committed May 16, 2019
1 parent 980dac5 commit 01da082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/components/AutoComplete/styles.js
Expand Up @@ -55,6 +55,6 @@ export const InputField = ({ color, ...others }: IInputField) => (
export const SuggestionContainer = styled(Paper)`
&& {
max-height: 500px;
overflow-y: scroll;
overflow-y: auto;
}
`;

0 comments on commit 01da082

Please sign in to comment.