fix labelapp cheat sheet sidebar scroll
This commit is contained in:
parent
e5f89ffabb
commit
3b06d19d46
@ -13,7 +13,7 @@ function ScrollArea({
|
||||
return (
|
||||
<ScrollAreaPrimitive.Root
|
||||
data-slot="scroll-area"
|
||||
className={cn("relative", className)}
|
||||
className={cn("relative overflow-hidden", className)}
|
||||
{...props}
|
||||
>
|
||||
<ScrollAreaPrimitive.Viewport
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user