From 313f386c56cadaf6f45af25584288a63ff53400a Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 24 Dec 2025 18:14:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=B5=AE=E5=8A=A8?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=9A=84z-index=E5=80=BC=E4=BB=A5?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/AgentChatComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/AgentChatComponent.vue b/web/src/components/AgentChatComponent.vue index 52612625..4235d46a 100644 --- a/web/src/components/AgentChatComponent.vue +++ b/web/src/components/AgentChatComponent.vue @@ -1043,7 +1043,7 @@ watch(conversations, () => { .floating-sidebar { position: absolute !important; - z-index: 100; + z-index: 101; height: 100%; left: 0; top: 0;