claude-code - 💡(How to fix) Fix [BUG] Titlebar buttons overlap and hide Claude’s top menu on RTL Windows languages (Hebrew/Arabic)

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…

Error Message

Error Messages/Logs

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?

After the latest GUI update, on Windows systems using RTL languages such as Hebrew or Arabic, the titlebar buttons (Minimize / Maximize / Close) are positioned incorrectly and overlap Claude’s top menu area.

As a result, part of the menu is hidden behind the window controls, and the layout appears broken.

What Should Happen?

The titlebar buttons should be positioned correctly and should not overlap or hide Claude’s top menu. The top menu should remain fully visible and accessible on RTL Windows systems.

Error Messages/Logs

Steps to Reproduce

  1. Set Windows display language to a RTL language (e.g., Hebrew or Arabic)
  2. Restart the system (if required)
  3. Open Claude Desktop (latest version)
  4. Look at the top area of the application window
  5. Observe the position of the titlebar buttons (Minimize / Maximize / Close)
<img width="289" height="113" alt="Image" src="https://github.com/user-attachments/assets/446f49e3-86d5-402f-8c9f-6e1c704c4dd3" />

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.3109.0

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

No response

extent analysis

TL;DR

The issue can likely be resolved by adjusting the GUI layout to account for RTL languages, ensuring the titlebar buttons do not overlap with the top menu area.

Guidance

  • Verify that the GUI update introduced changes to the layout or positioning of the titlebar buttons, which may not be compatible with RTL languages.
  • Check the CSS or layout code for any hardcoded positions or margins that may be causing the overlap, and consider using relative positioning or flexbox to improve layout flexibility.
  • Test the application with different RTL languages to ensure the issue is not specific to a particular language or font.
  • Consider adding a RTL-specific stylesheet or layout adjustment to handle the unique requirements of these languages.

Example

No specific code example can be provided without more information on the GUI framework or layout code used in Claude Code.

Notes

The fix may require collaboration with the GUI development team to ensure that the layout is properly adjusted for RTL languages. Additionally, testing with different RTL languages and fonts will be necessary to ensure the solution is comprehensive.

Recommendation

Apply a workaround by adjusting the GUI layout to accommodate RTL languages, as the root cause appears to be related to the recent GUI update.

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