style(ext): fix ai-motion overflow; wording; launcher info

This commit is contained in:
Simon
2026-03-18 20:25:54 +08:00
parent 628c249d45
commit 252f550c04
4 changed files with 157 additions and 49 deletions

View File

@@ -84,7 +84,7 @@ export function MotionOverlay({ active }: { active: boolean }) {
return (
<div
ref={containerRef}
className="pointer-events-none absolute inset-0 z-10 opacity-60"
className="pointer-events-none absolute inset-0 z-10 opacity-60 overflow-hidden"
style={{ display: active ? undefined : 'none' }}
/>
)