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

Commit 01da082

Browse files
DanielRufjuanpicado
authored andcommitted
fix: use auto for overflow-y (#57)
1 parent 980dac5 commit 01da082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui/components/AutoComplete/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ export const InputField = ({ color, ...others }: IInputField) => (
5555
export const SuggestionContainer = styled(Paper)`
5656
&& {
5757
max-height: 500px;
58-
overflow-y: scroll;
58+
overflow-y: auto;
5959
}
6060
`;

0 commit comments

Comments
 (0)