Fix: Add scrollable content to AddUserForm
This commit is contained in:
@@ -40,10 +40,10 @@ 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>
|
||||
))
|
||||
ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName
|
||||
|
||||
export { ScrollArea, ScrollBar }
|
||||
export { ScrollArea, ScrollBar }
|
||||
Reference in New Issue
Block a user