From 3dc3da072ca9440431c583c3583e4d68fcb4d3bd Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Mon, 15 Jun 2026 13:31:47 +0700 Subject: [PATCH] fix(app): make the bell badge click-through (number opens the log too) pointer-events:none lets clicks/hover pass through the unread badge to the bell button beneath, which the badge was previously swallowing. Co-Authored-By: Claude Opus 4.8 (1M context) --- app/src/TopBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/TopBar.tsx b/app/src/TopBar.tsx index fbff10c..7424233 100644 --- a/app/src/TopBar.tsx +++ b/app/src/TopBar.tsx @@ -80,6 +80,7 @@ export function TopBar({ borderRadius: 7, background: COLORS.stError, color: "#fff", fontFamily: FONT.ui, fontSize: 9, fontWeight: 700, display: "flex", alignItems: "center", justifyContent: "center", boxSizing: "border-box", + pointerEvents: "none", // let clicks/hover pass through to the bell button beneath }}> {unread > 99 ? "99+" : unread}