From a94720ae0e47147a299864d52c3796806b167d62 Mon Sep 17 00:00:00 2001 From: wangheyang Date: Tue, 8 Jul 2025 22:45:38 +0800 Subject: [PATCH] fix(Drawer): add overflow hidden to ensure copy button is always clickable (#21992) --- web/app/components/base/chat/chat/question.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat/question.tsx b/web/app/components/base/chat/chat/question.tsx index 30077125f9..d221587940 100644 --- a/web/app/components/base/chat/chat/question.tsx +++ b/web/app/components/base/chat/chat/question.tsx @@ -98,7 +98,7 @@ const Question: FC = ({ return (
-
+