Skip to content

Commit

Permalink
Fix results being cut off when window height is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansive committed Dec 23, 2023
1 parent 0898791 commit 6aadd0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@

.searchResultsList {
margin-top: 2rem;
margin-bottom: 2rem;
width: 100%;
max-width: 50rem;
height: 50%;
min-height: 0%;
max-height: 100%;
}

0 comments on commit 6aadd0f

Please sign in to comment.