Accept/reject buttons cover code

Hi, thanks for reporting an issue with Cursor.

Before you report this, we’d appreciate if you can search this forum to see if this issue has already been reported.

If you have done so, please check this box.
on

Describe the Bug

On smaller screens, the green/red inline accept/reject buttons can cover the end of long lines of code, making them impossible to review/edit before accepting/rejecting changes

Steps to Reproduce

Have Composer make a change to a Markdown document, including adding/editing a line that reaches the end of the code pane and wraps.

Expected Behavior

Provide some way to view the end of the proposed line before accepting itUploading: Screen Shot 2024-12-25 at 12.07.58 PM.png…

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.44.8
VSCode Version: 1.93.1
Commit: f3b5a63019e4e2283033b4db987a35f8413c7570
Date: 2024-12-22T05:48:08.427Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin x64 21.6.0

Additional Information

2019 Macbook Air 13" at “scaled” 1680x1050 resolution

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Same here, on 14’ MacBook Pro :

Is there a way to hide those floating buttons unless I hover over those lines ?

Oh actually I see how it’s done : it is displayed on the last diff block hovered over. So if there happen to be multiple diff blocks, I can make the accept/reject buttons jump to another block by simply hovering another block. But I’d like the accept/reject buttons to either disappear after a small timer, or just show only when on hover, not until hovered over another block :slight_smile: