fix: horizontal scroll

This commit is contained in:
Krishav Raj Singh 2025-07-18 03:27:23 +05:30
parent c54c49701a
commit c62b540ce6
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>
);