mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
fix: use auto for overflow-y (#57)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
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;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user