[BUG] Not able to scroll through the claude code response. There is no scroll bar, it has vanished completely. The mouse wheel just shuffles through historic prompts. I use claude code in VS code.

Status Open
Reported on v2.1.174
Maintainer reply None cached
Activity 3 comments · opened Jun 15, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

[BUG] Not able to scroll through the claude code response. There is no scroll bar, it has vanished completely. The mouse wheel just shuffles through historic prompts. I use claude code in VS code.

What Should Happen?

[BUG] Not able to scroll through the claude code response. There is no scroll bar, it has vanished completely. The mouse wheel just shuffles through historic prompts. I use claude code in VS code.

Error Messages/Logs

Steps to Reproduce

[BUG] Not able to scroll through the claude code response. There is no scroll bar, it has vanished completely. The mouse wheel just shuffles through historic prompts. I use claude code in VS code.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.1.174 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

3 Comments

Joosakur · 2 months ago

Been having the same/similar issue for a few weeks. Running claude in macOS terminal and can't scroll up claude output at all. Scrolling up just shows the terminal output from before starting claude. I can only see one full screen height's worth of claude output and dont have any way to see longer responses in full.

Orlaurack · 1 month ago

I have the same problem in my VSCode. My only workaround right now is to use the Page Up and Page Down keys, it works for navigating, but it's not as convenient as the scrolling we used to have.

I think I found the source of the problem — it's the /tui fullscreen command, and by pressing Ctrl+O you can scroll normally. I found this page that talks about it a bit: https://code.claude.com/docs/en/fullscreen

jogile · 22 days ago

Ctrl+O worked for me, thanks!