Release · v3.11.16
Eliminate horizontal scroll across the full width…
fix(v3): eliminate horizontal scroll across the full width sweep
Details
The widget tooltip-overflow clip was gated at <=700px, so tablets and narrow desktops (701-960px) still scrolled sideways (~82px at 768). Ungate the overflow-x:clip on the TPP/EDCR columns so it applies at all widths, and bound the shared data-tip tooltip width so it can't inflate scrollWidth anywhere. Also fix the 320px project-grid blowout (minmax(0,1fr)/min-width:0) and the hero proof-stats overflow. Validated scrollWidth <= innerWidth at every width 320-2560. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YB1axhX3kbHCFJbX7LhfH8
Files changed (6)
| frontend/jekyll/_sass/v3/_explainer.scss | +13 | −7 |
| frontend/jekyll/_sass/v3/_marquee.scss | +8 | −0 |
| frontend/jekyll/_sass/v3/_projects.scss | +7 | −1 |
| frontend/jekyll/_sass/v3/_responsive.scss | +4 | −2 |
| frontend/jekyll/_sass/v3/_tooltip.scss | +9 | −1 |
| frontend/jekyll/_sass/v3/_tpp-explainer.scss | +14 | −9 |