Skip to content

Commit

Permalink
fix: Scroll issue on company details
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 18, 2024
1 parent f0ef940 commit 542b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/map/_components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function SidebarContainer({
{header}
</DrawerHeader>
{/* <ScrollArea className="h-full overflow-auto">{children}</ScrollArea> */}
<div className="h-[calc(100dvh-168px)] overflow-scroll overscroll-none">
<div className="h-[calc(100dvh-92px)] overflow-scroll overscroll-none">
{children}
</div>
</DrawerContent>
Expand Down

0 comments on commit 542b0a3

Please sign in to comment.