Skip to content

Commit 2c0f72a

Browse files
committed
vh -> dvh
1 parent 4f67333 commit 2c0f72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/SearchModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ function SearchResults({ focusedIndex }: { focusedIndex: number }) {
465465
<LibraryRefinement />
466466
<FrameworkRefinement />
467467
<div
468-
className="max-h-[70vh] lg:max-h-[60vh] overflow-y-auto"
468+
className="max-h-[70dvh] lg:max-h-[60dvh] overflow-y-auto"
469469
role="listbox"
470470
aria-label="Search results"
471471
>

0 commit comments

Comments
 (0)