We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea76353 commit 454dc26Copy full SHA for 454dc26
src/components/search/SearchResults.tsx
@@ -51,7 +51,7 @@ export function SearchResults({
51
<div
52
className={`absolute ${
53
isMobile ? 'top-full' : 'top-12'
54
- } z-30 max-h-[40vh] w-full rounded-lg border-2 bg-background p-2 shadow-lg`}
+ } z-30 max-h-[40vh] w-full overflow-y-scroll rounded-lg border-2 bg-background p-2 shadow-lg`}
55
>
56
{renderSearchResults()}
57
</div>
0 commit comments