We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vh
dvh
1 parent 4f67333 commit 2c0f72aCopy full SHA for 2c0f72a
app/components/SearchModal.tsx
@@ -465,7 +465,7 @@ function SearchResults({ focusedIndex }: { focusedIndex: number }) {
465
<LibraryRefinement />
466
<FrameworkRefinement />
467
<div
468
- className="max-h-[70vh] lg:max-h-[60vh] overflow-y-auto"
+ className="max-h-[70dvh] lg:max-h-[60dvh] overflow-y-auto"
469
role="listbox"
470
aria-label="Search results"
471
>
0 commit comments