Interface bug, extra color area

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Interface bug, note the extra color block in the bottom left corner.

Steps to Reproduce

Look at the screenshot

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20 (Universal)
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
Build Type: Stable
Release Track: Early Access
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin x64 22.4.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

4 Likes

Hey, thanks for the report. I was able to reproduce this on my end too. I’ll pass it on to the team.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After upgrading to the latest version ( 2.6.20), when the activity bar is set to vertical mode, there is a big gap at the bottom of the side panel, which does not match the theme color. Even when all the panels are expanded, it stays there still.

Steps to Reproduce

Set the activity bar to vertical mode.

Expected Behavior

No gap at the bottom like in the horizontal tab view.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
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 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

There is now an empty gap/space at the bottom of the primary sidebar. No matter quiting and reopening cursor it still shows it. “workbench.activityBar.orientation”: “vertical”, has to be vertical to see it. Only happened after upgrading to the newest version!

Steps to Reproduce

Upgrading the newest version has caused this, you can see at the bottom of the primary sidebar.
and set “workbench.activityBar.orientation”: “vertical”,

Expected Behavior

There should be no gap!

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
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 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

I hit the same issue. I set "workbench.activityBar.orientation”: “vertical” as a workaround for a issue from vscode-neovim plugin bug: (Cursor) Unknown part workbench.parts.activitybar · Issue #2268 · vscode-neovim/vscode-neovim

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In the primary (left) sidebar, a solid light-grey rectangular area appears at the bottom, just above the status bar. It sits next to the account and settings icons and looks like empty/incorrectly painted UI rather than intentional content. The rest of the sidebar uses the dark theme; this block stands out and has no label or controls.

Steps to Reproduce

  1. Open Cursor with the primary sidebar visible (left).
  2. Open views that use the bottom of the sidebar (e.g. Outline, Timeline, References, Dependencies — as in the screenshot).
  3. Look at the bottom of the sidebar, above the status bar, beside the profile and gear icons.
  4. Observe the light-grey rectangular region with no text or icons.

Expected Behavior

The sidebar bottom should match the theme with no stray empty grey rectangle; that area should either show normal chrome, proper empty state, or nothing—not a mismatched grey block.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
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 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When workbench.activityBar.orientation is set to “vertical”, a small white rectangle appears at the bottom-left corner of the window, where the activity bar column meets the status bar. This does not happen in VS Code with the same setting.

The root cause appears to be that Cursor’s CSS sets .monaco-workbench { background-color: transparent !important }, which exposes the default white background through a gap in the layout grid that is not covered by any UI part (activity bar, sidebar, or status bar).

Steps to Reproduce

Open Settings (JSON) and add “workbench.activityBar.orientation”: “vertical”
Restart Cursor
Look at the bottom-left corner of the window, below the gear/account icons on the activity bar

Expected Behavior

The corner where the activity bar meets the status bar should be filled with the theme’s background color (matching the activity bar or status bar), as it does in VS Code with the same setting. Instead, a small white rectangle is visible regardless of which theme is active.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20 (Universal)
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
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 25.3.0

Additional Information

The root cause appears to be in Cursor’s CSS: .monaco-workbench { background-color: transparent !important }. This rule makes the workbench background transparent, exposing the default white background through a gap in the layout grid at the intersection of the activity bar column and the status bar row. VS Code does not have this rule, so the issue does not occur there. The white block persists across all light themes tested (Solarized Light, Terracotta Cream).

Does this stop you from using Cursor

No - Cursor works, but with this issue

workbench.activityBar.orientation

Under this setting, there will be an error in the UI layout.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

There is a persistent blank/grey area at the bottom of the Source Control sidebar, below the GRAPH section. The space is not part of GRAPH or any other collapsible panel — it appears as an unclickable dead zone between the last section and the bottom status bar. The issue occurs whether or not the AGENT REVIEW and GRAPH sections are visible.

Steps to Reproduce

  1. Open Cursor IDE
  2. Navigate to the Source Control sidebar (click the Source Control icon or Ctrl+Shift+G)
  3. Observe the blank grey area below the GRAPH section (or below the last visible section)
  4. The blank area persists regardless of whether AGENT REVIEW and GRAPH sections are visible or collapsed
  5. Resetting view locations (View: Reset View Locations) and reloading the window (Developer: Reload Window) does not resolve it

Expected Behavior

The sidebar sections should fill the available space without leaving a blank grey dead zone. No empty area should appear below the last visible section.

Operating System

MacOS

Version Information

Version: 2.6.20
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Arch: arm64
OS: macOS (darwin 25.3.0)

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey everyone!

The extra color area rendering issue in the bottom left corner has been fixed in a recent Cursor update. Updating to the latest version should resolve this.