aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/mobile-overflow.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix mobile horizontal scrolling caused by wide RSS contentClaude2 days1-0/+153
RSS feeds can contain tables, iframes, and other elements with explicit widths that overflow the viewport on mobile. Added overflow-x: hidden to .item-description and .main-content, and extended max-width: 100% to cover table and iframe elements inside item descriptions. Includes TDD tests verifying the CSS containment rules. https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD