From ead85d4273290b2faaac754556fb8aa6d85d0cd5 Mon Sep 17 00:00:00 2001 From: liangfung <1098486429@qq.com> Date: Wed, 29 May 2024 12:28:02 +0800 Subject: [PATCH] fix(ui): scroll-area display style --- ee/tabby-ui/components/ui/scroll-area.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ee/tabby-ui/components/ui/scroll-area.tsx b/ee/tabby-ui/components/ui/scroll-area.tsx index 6a85ae0d3523..838f9b8c8f7e 100644 --- a/ee/tabby-ui/components/ui/scroll-area.tsx +++ b/ee/tabby-ui/components/ui/scroll-area.tsx @@ -14,7 +14,8 @@ const ScrollArea = React.forwardRef< className={cn('relative overflow-hidden', className)} {...props} > - + {/* https://github.com/radix-ui/primitives/issues/926 */} + {children}