From 6a8a84fd84f2ee65ca3413b5b0ab2659915c8565 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 3 Jun 2026 19:39:58 +0700 Subject: [PATCH] fix(mascot-chat): reposition tooltip to fixed bottom-left and show when sidebar collapsed --- services/frontend/src/widgets/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/frontend/src/widgets/Sidebar.tsx b/services/frontend/src/widgets/Sidebar.tsx index 16421e9..816d2d9 100644 --- a/services/frontend/src/widgets/Sidebar.tsx +++ b/services/frontend/src/widgets/Sidebar.tsx @@ -111,12 +111,12 @@ export function Sidebar({ {/* Mascot PNG with anchored chatbot */}
- {!collapsed && !mascotChat.isOpen && ( + {!mascotChat.isOpen && (