From 9da272b464eee93c495edb202a9802883bc49389 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Sat, 24 May 2025 03:01:58 +0800 Subject: [PATCH] Fix: Add scrollable content to AddUserForm --- application/src/components/ui/scroll-area.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/src/components/ui/scroll-area.tsx b/application/src/components/ui/scroll-area.tsx index 4b842a5..55bab1f 100644 --- a/application/src/components/ui/scroll-area.tsx +++ b/application/src/components/ui/scroll-area.tsx @@ -40,10 +40,10 @@ const ScrollBar = React.forwardRef< {...props} > )) ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName -export { ScrollArea, ScrollBar } +export { ScrollArea, ScrollBar } \ No newline at end of file