claude-code - 💡(How to fix) Fix [BUG] Bug: Claude Desktop App (Cowork) - Layout broken, buttons displaced and screen cut off on Mac [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48697Fetched 2026-04-16 06:53:27
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×5commented ×1cross-referenced ×1

Error Message

Error Messages/Logs

No error messages appear. The issue is purely visual: the layout is broken on every launch. Buttons are displaced and part of the screen is cut off. No crash logs found.

Code Example

No error messages appear. The issue is purely visual: the layout is broken on every launch. Buttons are displaced and part of the screen is cut off. No crash logs found.

Troubleshooting already completed:
- Deleted ~/Library/Application Support/Claude (cache, GPUCache, window-state.json, etc.)
- Reinstalled the app
- Ran: defaults delete com.anthropic.claudefordesktop
- Display resolution is set to Default
- MacBook Pro, macOS, built-in display
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Bug Description

The Claude desktop app (Cowork mode) displays severe UI layout issues on Mac. Buttons are displaced/misaligned and half of the screen content is cut off, making the app unusable.

System Information

  • Device: MacBook Pro
  • OS: macOS [tu versión específica]
  • App: Claude for Desktop (Cowork mode)
  • Display: Built-in display (default resolution)

Steps to Reproduce

  1. Open Claude Desktop app
  2. Switch to Cowork mode
  3. Observe layout issues

Troubleshooting Already Attempted

  • Resized and maximized app window
  • Fully closed and restarted app multiple times
  • Deleted Claude cache folder at ~/Library/Application Support/Claude
  • Reinstalled the application
  • Reset app preferences via Terminal: defaults delete com.anthropic.claudefordesktop
  • Verified display resolution set to Default

Expected Behavior

App should display correctly with proper button alignment and full content visibility.

Actual Behavior

Severe text cutoff and misalignment issues where main content area has text partially cut off at edges.

Screenshots

[Adjunta tu captura de pantalla aquí]

<img width="1184" height="965" alt="Image" src="https://github.com/user-attachments/assets/fc97ffb7-ee50-46f3-aecf-a000df808ae8" /> <img width="1199" height="796" alt="Image" src="https://github.com/user-attachments/assets/74d90faa-ab57-4967-91a5-52176d9bd4a0" />

What Should Happen?

The Claude desktop app (Cowork, code) should open with the correct layout — all buttons properly positioned, the sidebar and chat area fully visible, with no content cut off. The interface should be fully functional and usable.

Error Messages/Logs

No error messages appear. The issue is purely visual: the layout is broken on every launch. Buttons are displaced and part of the screen is cut off. No crash logs found.

Troubleshooting already completed:
- Deleted ~/Library/Application Support/Claude (cache, GPUCache, window-state.json, etc.)
- Reinstalled the app
- Ran: defaults delete com.anthropic.claudefordesktop
- Display resolution is set to Default
- MacBook Pro, macOS, built-in display

Steps to Reproduce

  1. Install the Claude desktop app (Cowork mode) on macOS
  2. Open the application
  3. The layout is immediately broken — buttons are displaced and part of the screen is cut off on every launch

Note: The issue is not related to any specific action within the app. It happens every time the app opens, from the very first moment.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.2581.0 (f10398) 2026-04-14T17:16:40.000Z

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The most likely fix for the layout issues in the Claude desktop app on Mac is to investigate and potentially update the app's UI rendering or layout management code to ensure compatibility with the macOS environment.

Guidance

  • Verify display settings: Ensure that the display resolution and scaling settings on the MacBook Pro are set to default or recommended values to rule out any display-related issues.
  • Check for updates: Although the user is on the latest version (1.2581.0), monitoring the app's update channel for any patches or fixes related to UI layout issues on macOS could provide a solution.
  • Investigate UI code: The development team should review the UI rendering and layout management code for any potential issues or incompatibilities with macOS, focusing on elements that could cause button displacement and content cutoff.
  • Test on different macOS versions: If possible, testing the app on different versions of macOS to see if the issue is specific to a particular version could help isolate the problem.

Example

No specific code example can be provided without access to the app's source code, but the development team could start by examining the UI layout code for any hardcoded values or assumptions about screen size and resolution.

Notes

The issue seems to be a regression, as it worked in a previous version, which suggests that a recent change might have introduced the problem. Without more specific information about the changes made between versions or access to the app's codebase, it's challenging to provide a precise fix.

Recommendation

Apply a workaround by potentially adjusting display settings or waiting for an update from the development team that addresses the UI layout issues on macOS. The reason is that the issue seems to be related to the app's compatibility with the macOS environment, and an update or patch from the developers is likely necessary to fully resolve the problem.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING