Skip to content

Commit c928b33

Browse files
fix: limit search results height on mobile
1 parent 5ce80f2 commit c928b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SearchResults.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const toggleExpand = () => {
222222
}
223223
224224
.search-results {
225-
max-height: 80vh;
225+
max-height: 50vh;
226226
}
227227
228228
.result-card {

0 commit comments

Comments
 (0)