Merge pull request #2035 from noreb001/bugfix/CardClippingIssue

bugfix: Fixed clipping issue with cards on dashboard page
This commit is contained in:
Amruth Pillai
2025-01-12 16:03:25 +01:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

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