Commit Graph

4 Commits

Author SHA1 Message Date
Alejandro Gutiérrez
b82358a934 fix: eliminate mobile horizontal overflow and right-side blank space
Use overflow-x: hidden + max-width: 100% on html/body to prevent
mobile viewport expansion. Cap decorative glow blobs with max-w
instead of fixed widths, and hide decorative dots on mobile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:47:10 +00:00
Alejandro Gutiérrez
99ec41bd87 fix: improve mobile scroll performance and accessibility
Remove global smooth scroll (caused laggy feel), use solid header bg on
mobile instead of backdrop-blur, respect prefers-reduced-motion, and add
targeted smooth scroll only for anchor nav clicks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 16:55:24 +00:00
Alejandro Gutiérrez
82bb0e766e 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>
2026-02-22 20:57:16 +00:00
Alejandro Gutiérrez
5cdc07cd39 feat: whyrating - initial project from turbostarter boilerplate 2026-02-04 01:55:00 +01:00