From c110689b6a5abea38754b0af41927432e34494f1 Mon Sep 17 00:00:00 2001 From: Simone Cavalli Date: Sat, 11 Jul 2026 08:34:25 +0200 Subject: [PATCH] fix: chat drawer above header + vertical "Chiudi" tab on left edge Panel z-index raised to z-[60] so it sits above the sticky page header (z-50) that was covering the close control. Replaced the header X with a notebook-divider-style vertical "Chiudi" tab protruding from the left edge. Co-Authored-By: Claude Opus 4.8 --- src/components/client/ChatPanel.tsx | 33 +++++++++++++++++------------ 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/components/client/ChatPanel.tsx b/src/components/client/ChatPanel.tsx index 24a83cd..d66a582 100644 --- a/src/components/client/ChatPanel.tsx +++ b/src/components/client/ChatPanel.tsx @@ -128,34 +128,39 @@ export function ChatPanel({ token, comments }: ChatPanelProps) { {/* Overlay — subtle backdrop on mobile */} {isOpen && (