Commit Graph

1 Commits

  • 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>