IDE side panel positioning error

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

Hey, thanks for the report.

A couple of questions to narrow it down:

  1. What exact setting did you use to hide the title bar? Was it window.titleBarStyle: native, or the Cursor-specific “Title Bar” toggle?
  2. 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.

  1. My window.titleBarStyle is set to “custom” (default). I hid the title bar through the cursor-specific “Title Bar” toggle.
  2. Yes, the issue goes away if I toggle it back on.