Keep undo overlay covering line of code

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The “keep or undo” choice pop-up overlays over Jupyter notebook cells, and it’s hard to review the code it’s covering.

Steps to Reproduce

Instruct some changes in the chat to apply to a Jupyter notebook, and review the changes.

Expected Behavior

I expect the pop-up overlay not to cover the code. It’s hard to review the line it’s covering right now.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-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. This is a real UX issue with how the keep/undo overlay interacts with Jupyter notebook cells.

I can repro this on my side, and I’ll pass it to the team.

I’m using the Cursor IDE, and am also having a similar issue (coding in TypeScript) with suggested code overlaying original code (the background of the code changes is somewhat transparent). Even after I accept/undo suggestions, the suggested code changes do not go away.

Exiting and reopening the Cursor window always does the trick, though. This doesn’t happen consistently, so still looking into how this behavior gets reproduced.