From d3e3b4764a97a3f5cb382aade2ce4bffdfdbcc52 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Mon, 24 Aug 2026 16:02:57 +0700 Subject: [PATCH] fix(frontend): let empty overlay areas click through to the constellation sky --- services/frontend/src/components/shell/constellation-frame.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/frontend/src/components/shell/constellation-frame.tsx b/services/frontend/src/components/shell/constellation-frame.tsx index 4e4f5909..6d490b9b 100644 --- a/services/frontend/src/components/shell/constellation-frame.tsx +++ b/services/frontend/src/components/shell/constellation-frame.tsx @@ -67,7 +67,8 @@ export function ConstellationFrame({ {/* Overlay content region — scenes place floating panels inside. */}
-
{children}
+ {/* no pointer-events here: empty areas stay click-through to the sky */} +
{children}