Merge pull request #978 from KrishavRajSingh/krishav/fix_scroll

fix: horizontal scroll
This commit is contained in:
Marko Kraemer 2025-07-18 11:56:58 +02:00 committed by GitHub
commit 09e73b7f88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function ScrollArea({
{children}
</ScrollAreaPrimitive.Viewport>
<ScrollBar />
<ScrollBar orientation="horizontal" />
<ScrollAreaPrimitive.Corner />
</ScrollAreaPrimitive.Root>
);