Mouse wheel scroll not working in agent view (v2.1.148)
Resolved 💬 2 comments Opened May 22, 2026 by Cbh777 Closed May 26, 2026
Description
In Claude Code v2.1.148, mouse wheel scrolling no longer works in agent view. Instead, a yellow warning appears at the bottom:
Scroll wheel is sending arrow keys use PgUp/PgDn to scroll
Environment
- Version: v2.1.148
- Platform: Linux (WSL2)
- Shell: bash
Expected Behavior
Mouse wheel should scroll the agent view up and down, as it did in previous versions.
Actual Behavior
Mouse wheel input is interpreted as arrow keys instead of scroll commands. Users must use PgUp/PgDn keys to navigate.
Steps to Reproduce
- Open Claude Code v2.1.148
- Navigate to agent view
- Try to scroll using mouse wheel
- Observe yellow warning message at bottom
Impact
This breaks the expected scrolling behavior and forces users to use keyboard-only navigation in agent view.
Workaround
Use PgUp/PgDn keys for scrolling as suggested by the warning message
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗