diff options
Diffstat (limited to 'src/components/Search/index.styled.ts')
| -rw-r--r-- | src/components/Search/index.styled.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Search/index.styled.ts b/src/components/Search/index.styled.ts index c1344d5..89af883 100644 --- a/src/components/Search/index.styled.ts +++ b/src/components/Search/index.styled.ts @@ -52,11 +52,12 @@ export const ResultsContainer = styled.div` display: flex; flex-direction: column; - justify-content: flex-end; + justify-content: flex-start; width: 100%; - overflow-y: scroll; + max-height: 500%; + overflow-y: auto; `; export const Result = styled.div` |
