Files
SuperCharged-Claude-Code-Up…/public
uroma d774621200 fix(landing): make CLI sessions list scrollable on mobile and desktop
Fixed scrolling issue where CLI sessions list was cut off on both
desktop and mobile devices.

Changes:
- Added overflow: hidden to .cli-sessions-section
- Changed .cli-sessions-list max-height to calc(70vh - 180px) to account for headers
- Added -webkit-overflow-scrolling: touch for smooth iOS scrolling
- Added responsive breakpoints for mobile (60vh at 768px, 50vh at 480px)
- Proper overflow-x: hidden to prevent horizontal scrolling

Fixes issue where users couldn't see the full CLI sessions list.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
d774621200 · 2026-01-20 19:45:47 +00:00
History
..