A styling issue has been found

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The tooltip (or bubble) that appears when hovering the mouse over the Sooze field is obscured by its own containing bubble (or an overlapping element that acts like a bubble in this context).

Steps to Reproduce

”Cursor Tab“

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.23 (user setup)
VSCode Version: 1.99.3
Commit: 9b5f3f4f2368631e3455d37672ca61b6dce85430
Date: 2025-09-15T21:49:07.231Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

Hey, thanks for the report. We’ll look into it.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cannot see the tooltip explaining what Snooze do.

Fix:

  • Current z-index for the tooltip parent of cpp-cursor-prediction-tooltip-hover-over-element-1234 is z-index: 2552
  • Set z-index 2577 or above allow to see the desired tooltip

Steps to Reproduce

Reproduce:

  • Click “Cursor Tab” in the down statusbar (statusbar-item-label copilot-plus-plus-status-on
  • Hover the small (i) next to Snooze
  • See the tooltip appearing behind the parent

Expected Behavior

  • Hovering the small (i) next to snooze should display the tooltip properly

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.52
VSCode Version: 1.99.3
Commit: 9675251a06b1314d50ff34b0cbe5109b78f848c0
Date: 2025-10-17T01:41:03.967Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.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

The tooltip near “Shooze” inside the “Cursor Tab” tooltip is not visible when hovering over it.

Steps to Reproduce

  1. Hover over “Cursor Tab” button in the bottom of IDE UI
  2. Hover over (i) icon near “Snooze” button

Result: The second tooltip is hidden behind the first one.

Expected Behavior

I expect this second tooltip to be visible. Perhaps it should be located next to the first tooltip, on the left or right side.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0

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

As seen in the screenshot, the label for snooze in the cursor tab is currently not visibile due to the incorrect z-index. It’s small, but it’s a bug.

Steps to Reproduce

  1. Click ‘Cursor Tab’ in the bottom right
  2. Hover over the Snooze info icon

Expected Behavior

The label to be visible zo I can read it.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.46 (Universal)
VSCode Version: 1.105.1
Commit: ab326d0767c02fb9847b342c43ea58275c4b1680
Date: 2025-12-02T03:59:29.283Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Describe the Bug

When I hover the Cursor Tab section in status bar, and then hover the info icon next to the Snooze option, tooltip shows behind the menu.

Steps to Reproduce

Hover Cursor Tab in status bar → hover info icon next to snooze option.

Expected Behavior

Tooltip z-index should be higher than context menu so that whole tooltip is visible and tooltip text is readable.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.4.31
VSCode Version: 1.105.1
Commit: 3578107fdf149b00059ddad37048220e41681000
Date: 2026-02-08T07:42:24.999Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin x64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

I can reproduce this on a recent version as well.

From inspecting the DOM, the issue does not appear to be purely a z-index mismatch. The tooltip (cpp-cursor-prediction-tooltip-*) is rendered with position: absolute and transform: translate(...) and a lower z-index, while the surrounding Cursor Tab panel is mounted within higher workbench overlay layers (e.g. context-view).

Increasing the tooltip’s z-index alone does not consistently resolve the issue. The tooltip does not fully occlude the underlying panel content, which suggests it may be mounted in a different overlay layer rather than simply having an incorrect z-index.

It may help to render the tooltip through the same workbench overlay/context infrastructure as the panel so both share the same layering model and avoid stacking-context conflicts.

Hope this helps.

@deanrie hope my previous message can helps!

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Click on the cursor tab and hover over the snooze information icon. The overlay is behind the parent overlay.

Steps to Reproduce

Same as description.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

Version: 3.1.17
VSCode Version: 1.105.1
Commit: fce1e9ab7844f9ea35793da01e634aa7e50bce90
Date: 2026-04-19T19:33:58.189Z
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: Linux x64 6.17.0-1017-oem

Does this stop you from using Cursor

No - Cursor works, but with this issue

As of May 29, 2026, this problem still exists.

Hey, thanks for flagging this again. The bug is still there, I can confirm it on the latest version.

This is a known issue and we’ve got a lot of reports. Technically it’s not a simple z-index conflict. The (i) tooltip is mounted separately from the workbench overlay where the Cursor Tab popover lives, so they’re in different stacking contexts and raising z-index doesn’t help.

I’ll pass this back to the team with that detail. I can’t share an ETA yet, but I’ll post an update in the thread as soon as I have one.