From f6f7867d7754e98368aecfe339b74590f087c6c1 Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 12:51:47 -0700 Subject: [PATCH] design(chat): fix z-index stacking to ensure collapse button floats above dashboard pane --- vibn-frontend/components/vibn-chat/chat-panel.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vibn-frontend/components/vibn-chat/chat-panel.tsx b/vibn-frontend/components/vibn-chat/chat-panel.tsx index 6f7c8a2..35ef185 100644 --- a/vibn-frontend/components/vibn-chat/chat-panel.tsx +++ b/vibn-frontend/components/vibn-chat/chat-panel.tsx @@ -2505,6 +2505,7 @@ export function ChatPanel({ flexDirection: "row", minHeight: 0, minWidth: 0, + position: "relative", // Ensure relative positioning for z-index stacking context }} >