fix: gauge overlap, scroll trapping, and fan clipping

- Shrink gauge arc (r 80→65) to clearly separate from color band
- Replace overflow-hidden with overflow-clip on report preview,
  score spectrum, and marquee to prevent scroll trapping
- Remove overflow-x-clip from report fan so side pages aren't clipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 20:57:16 +00:00
parent 8be3984d72
commit 82bb0e766e
4 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ export function Marquee({
<div
{...props}
className={cn(
"group flex [gap:var(--gap)] overflow-hidden p-2 [--duration:40s] [--gap:1rem]",
"group flex [gap:var(--gap)] overflow-clip p-2 [--duration:40s] [--gap:1rem]",
{
"flex-row": !vertical,
"flex-col": vertical,