Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The entire panel is shifted downwards by a fixed amount, so that the bottom row is only partially visible.
Steps to Reproduce
Disable the title tab and put the terminal on the side panel. Type enough commands to fill the panel.
Expected Behavior
This bug is not present in the previous version of Cursor.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Version: 2.6.12 (Universal)
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
deanrie
(Dean Rie)
March 7, 2026, 7:01am
3
Hey, thanks for the report.
A couple of questions to narrow it down:
What exact setting did you use to hide the title bar? Was it window.titleBarStyle: native, or the Cursor-specific “Title Bar” toggle?
Does the issue go away if you turn the title bar back on?
This looks like a layout calculation bug when the title bar is hidden and the terminal is placed in the side panel.
Let me know what happens when you toggle the title bar.
Thanks for the quick response.
My window.titleBarStyle is set to “custom” (default). I hid the title bar through the cursor-specific “Title Bar” toggle.
Yes, the issue goes away if I toggle it back on.
I just wanted to note that I also encounter this issue when toggling the “Title Bar” in cursor settings. It creates the same gap above which shifts the terminal render down and clips off the bottom half.
I’m actually glad I figured out that this was the reason because it was driving me crazy, but it would be great If i could disable the title bar and not have that happen.
Just want to follow up and bump this request! Is there a fix planned for this? Thanks!
system
(system)
Closed
April 17, 2026, 3:16pm
8
This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.