claude-code - 💡(How to fix) Fix Claude Desktop sidebar cannot be pinned open — toggle-only flyout in new build [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

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#55489Fetched 2026-05-03 04:52:00
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1unlabeled ×1

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?

In the current Claude Desktop build, the sidebar (session list / navigation panel) can only be toggled open or closed via the hamburger/lines icon in the upper-left corner of the window. Once toggled open, it appears as a flyout overlay and closes again when focus moves away. There is no option to pin or dock it open so it remains persistently visible alongside the main conversation pane.

In previous builds, the sidebar could be kept open as a fixed panel. That behavior is gone. The toggle icon is the only control available; no pin, dock, or "keep open" affordance exists in the UI or any menu.

What Should Happen?

The sidebar should be pinnable/dockable so it stays persistently open alongside the main conversation pane, as it did in previous builds. A pin icon or equivalent control should allow users to lock the sidebar open rather than having it behave only as a temporary flyout overlay.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Desktop
    1. Observe the sidebar is collapsed by default
    1. Click the hamburger/lines icon in the upper-left corner to open the sidebar
    1. Observe the sidebar appears as a flyout overlay on top of the conversation pane
    1. Click anywhere in the main conversation area
    1. Observe the sidebar closes automatically
    1. Look for any pin, dock, or "keep open" control — none exists

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.114 (Claude Code)

Platform

Other

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

This is a Claude Desktop UI issue — not a CLI or API bug. Platform field above doesn't have a "Claude Desktop" option, so "Other" was selected.

The sidebar was previously dockable/pinnable as a persistent panel. In the current build it behaves only as a temporary flyout that closes on any click outside it. No pin/dock affordance exists anywhere in the UI or menus.

extent analysis

TL;DR

The likely fix involves reintroducing the pin or dock functionality for the sidebar in Claude Desktop, allowing it to remain open alongside the main conversation pane.

Guidance

  • Review previous versions of Claude Desktop to identify the code changes that removed the pin/dock functionality for the sidebar.
  • Investigate the UI components and menus to determine why the pin/dock control is no longer available.
  • Consider adding a new icon or control to the sidebar that allows users to toggle its persistence.
  • Verify that the fix does not introduce any regressions or conflicts with other UI elements.

Example

No code snippet is provided due to the lack of specific technical details in the issue.

Notes

The fix may require changes to the UI layout, CSS, or JavaScript code that handles the sidebar's behavior. It is essential to test the fix thoroughly to ensure it works as expected across different platforms and devices.

Recommendation

Apply a workaround by modifying the UI code to reintroduce the pin/dock functionality for the sidebar, as this is a regression from a previous version and there is no clear indication of a fixed version available.

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

claude-code - 💡(How to fix) Fix Claude Desktop sidebar cannot be pinned open — toggle-only flyout in new build [1 comments, 2 participants]