mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
fix allowOverflow definition on scroll-area
This commit is contained in:
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user