From 4403bc67a142d11fd302be5f48da5aa4526ed26c Mon Sep 17 00:00:00 2001 From: Heyang Wang Date: Thu, 10 Jul 2025 09:20:02 +0800 Subject: [PATCH] fix(Drawer): add overflow hidden to ensure copy button is always clickable (#21992) (#22103) Co-authored-by: wangheyang --- 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 30077125f..d22158794 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 (
-
+