mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Merge pull request #2035 from noreb001/bugfix/CardClippingIssue
bugfix: Fixed clipping issue with cards on dashboard page
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user