Menu bar disappearing in the agent mode?

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I vaguely remember me turning toggle some option to hide the menu bar in the agent view, but now it’s gone and I can’t find the option to bring it back. Anyone can point me to the right direction?

Steps to Reproduce

  • Toggle some option to hide the menu bar on top of the IDE.
  • Update Cursor
  • Menu bar remains hidden, but the option to bring it back seems gone?

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.39
VSCode Version: 1.105.1
Commit: 60d42bed27e5775c43ec0428d8c653c49e58e260
Date: 2025-11-27T02:30:49.286Z
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

Hey, thanks for the report. Based on the screenshot and your mention of toggling an option, this might be related to a UI customization extension or custom CSS settings you’ve applied.

Try these steps:

  1. Check in safe mode to see if an extension is causing this:

    • Run: cursor --disable-extensions
    • Does the header reappear?
  2. Check extension settings:

    • If you have any of these installed: “Custom CSS and JS”, "Custom UI Style”, etc.
    • Check their settings for any hide/toggle options
  3. Check your settings.json (Cmd+Shift+P → “Preferences: Open User Settings (JSON)”):

    • Look for custom CSS injections or vscode_custom_css settings
    • Share relevant sections if you find anything

Let me know what you discover, especially if disabling extensions brings back the header!

  1. Check in safe mode to see if an extension is causing this:

    • Run: cursor --disable-extensions

    • Does the header reappear? → Yes, see image below

  1. Removed and disabled all such things.

  2. Nothing suspicious there.

Related maybe? Menu bar is hidden on 0.48 - #12 by shairubin

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.