fix labelapp cheat sheet sidebar scroll

This commit is contained in:
Joey Eamigh 2026-03-29 22:45:00 -04:00
parent e5f89ffabb
commit 3b06d19d46
No known key found for this signature in database
GPG Key ID: CE8C05DFFC53C9CB

View File

@ -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