fix allowOverflow definition on scroll-area

This commit is contained in:
Amruth Pillai
2025-01-12 16:23:46 +01:00
parent febbdefc0b
commit f0b18019d5
2 changed files with 3 additions and 4 deletions

View File

@ -50,8 +50,8 @@ export const ResumesPage = () => {
</div>
<ScrollArea
allowOverflow
className="h-[calc(100vh-140px)] overflow-visible lg:h-[calc(100vh-88px)]"
allowOverflow={true}
>
<TabsContent value="grid">
<GridView />