[BUG] Desktop app (Windows): settings sidebar overflows and truncates menu labels

Status Open
Reported on v2.1.267
Maintainer reply None cached
Activity 1 comment · opened Sep 10, 2026

Preflight Checklist

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

What's Wrong?

After the desktop app updated to 1.49585.0.0, the settings panel's left navigation no longer fits its container on Windows.

  • A vertical scrollbar appeared in the sidebar, which was not there before the update.
  • "Claude in Chrome" is ellipsized to "Claude in Chr...".
  • "API keys", the last entry, is clipped at the bottom of the list.

The same settings page on claude.ai renders correctly: every label is fully visible and there is no scrollbar. Screenshots of both are attached below.

Reducing the app zoom with Ctrl+- does not help: the label stays truncated at smaller zoom levels.

The Windows "Always show scrollbars" accessibility setting is off (DynamicScrollbars = 1), so this is not caused by permanently expanded system scrollbars.

What Should Happen?

All sidebar entries should be fully readable and the list should fit within the panel, as it does in the web version of the same settings page.

Error Messages/Logs

Steps to Reproduce

  1. On Windows, open the Claude desktop app (version 1.49585.0.0).
  2. Open Settings.
  3. Look at the navigation list on the left-hand side of the settings panel.

Observed: the list overflows its container, a vertical scrollbar is shown, "Claude in Chrome" is rendered as "Claude in Chr...", and "API keys" (the last entry) is clipped at the bottom.

  1. For comparison, open the same settings page on claude.ai in a browser: all labels render in full and no scrollbar appears.
  2. Press Ctrl+- to reduce the app zoom and reopen Settings: the label is still truncated.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

Unknown (the desktop version prior to 1.49585.0.0; auto-update ran 2026-09-08)

Claude Code Version

1.49585.0.0 (desktop app) / 2.1.267 (Claude Code CLI)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

This is a layout issue in the desktop app shell rather than in the Claude Code CLI, so the area:desktop label probably applies.

Environment: Windows 11 Pro (build 26200), 2560x1440 display. The app is installed as an MSIX package and auto-updates.

Screenshots: the first shows the desktop app settings sidebar with the scrollbar, the truncated "Claude in Chrome" entry and the clipped "API keys" row. The second shows the same settings page on claude.ai, rendering correctly.

<img width="212" height="901" alt="Image" src="https://github.com/user-attachments/assets/6d0c6650-e4ec-4d80-84e9-8888b4a86ce7" />
<img width="255" height="892" alt="Image" src="https://github.com/user-attachments/assets/417754f9-b439-46e7-9029-b1ecf8826581" />

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗