Skip to content

Commit

Permalink
fix: Small jitter on scroll
Browse files Browse the repository at this point in the history
Co-authored-by: Valdemar Mörk <[email protected]>
  • Loading branch information
hampfh and Valdemar Mörk committed Nov 16, 2024
1 parent ead6a1e commit 94fa1e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/student/map/_components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ function SidebarContainer({
className={
"z-10 h-full w-full focus-visible:outline-none dark:bg-neutral-900"
}>
<ScrollArea className="max-h-[calc(80dvh-28px)] overflow-auto">
{children}
</ScrollArea>
{children}
</DrawerContent>
</Drawer>
)
Expand Down

0 comments on commit 94fa1e0

Please sign in to comment.