Fix: Add scrollable content to AddUserForm

This commit is contained in:
Tola Leng
2025-05-24 03:01:58 +08:00
parent 706a01e5aa
commit 9da272b464
@@ -40,7 +40,7 @@ const ScrollBar = React.forwardRef<
{...props}
>
<ScrollAreaPrimitive.ScrollAreaThumb
className="relative flex-1 rounded-full bg-gray-500 hover:bg-gray-600 transition-colors opacity-100"
className="relative flex-1 rounded-full bg-gray-400 hover:bg-gray-600 transition-colors opacity-100 min-h-[40px]"
/>
</ScrollAreaPrimitive.ScrollAreaScrollbar>
))