diff --git a/services/frontend/src/widgets/Sidebar.tsx b/services/frontend/src/widgets/Sidebar.tsx index 816d2d9..330a9f6 100644 --- a/services/frontend/src/widgets/Sidebar.tsx +++ b/services/frontend/src/widgets/Sidebar.tsx @@ -116,7 +116,7 @@ export function Sidebar({ initial={{ opacity: 0, x: -8, y: 6, scale: 0.96 }} animate={{ opacity: 1, x: 0, y: 0, scale: 1 }} transition={{ type: "spring", stiffness: 280, damping: 24 }} - className="pointer-events-none fixed bottom-[100px] left-20 z-[9999] w-64" + className="pointer-events-none absolute bottom-full left-1/2 z-[9999] mb-3 w-64 -translate-x-1/2" >

@@ -126,10 +126,10 @@ export function Sidebar({ Halo! Saya mascot mu. Klik aku kalau mau tanya soal obrolan atau moderasi ✨

- {/* Outer: border layer — 1px larger, extends left & down to show border on diagonal/bottom edges */} -
- {/* Inner: fill layer — original position & size, matches bubble bg */} -
+ {/* Outer: border layer — triangle pointing down at center */} +
+ {/* Inner: fill layer — matches bubble bg */} +
)}