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}