BUG UI can't scroll down when searching with long content

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Can’t scroll when sidebar when long content

Steps to Reproduce

  • Open sidebar
  • search some content with long result
  • Scroll down
  • BUG

Expected Behavior

Should scroll normally

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.2.21 (Universal)
VSCode Version: 1.105.1
Commit: 806df57ed3b6f1ee0175140d38039a38574ec720
Date: 2026-05-03T01:46:14.413Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. From the screenshot it’s not totally clear what’s happening, could you clarify a couple things?

  1. Is scrolling not working vertically (the results list is long but won’t scroll) or horizontally (you can’t view a long line to the right)?
  2. If you can, please send a short screencast that shows how to reproduce it. The static screenshot is cropped, so I can’t see the scrollbar or the full panel context.
  3. If possible, share an example file or the exact line where it happens (for example, a minified JS file with a single line that’s N characters long). I’d like to reproduce it on my side.

With that, I can either reproduce it and report it properly, or suggest a workaround.

1 Like

Hi team, do we have any updates? @deanrie

image
I think i know what issue from. If you turn off this, you will get issue like video, turn on, working normally

Hey, nice work debugging this. Finding the trigger yourself by toggling the Title Bar setting is super helpful. This fits a known family of bugs with the no-titlebar agent layout that the team is already tracking, but I don’t see this exact symptom in our tracker yet, sidebar search not scrolling long results.

I’ll try to reproduce it on macOS on my side and file it as a separate issue. I can’t give an ETA for a fix yet.

For now, the workaround is to keep Show title bar in agent layout enabled, like you found. Thanks for the video and for coming back with the trigger.