claude-code - 💡(How to fix) Fix [BUG] UI Bug – Project view covered by dark overlay [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#48531Fetched 2026-04-16 06:57:35
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

No error message is shown in the UI.

Fix Action

Fix / Workaround

Workaround: Closing the sidebar restores visibility.

Code Example

No error message is shown in the UI.
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?

When opening a project, part of the project view is not rendered correctly. The screen appears completely dark from top to bottom.

The issue persists after restarting the application and resizing the window does not fix it.

However, closing the sidebar immediately restores visibility.

What Should Happen?

The project view should render normally without any dark or blank overlay when opening a project.

Error Messages/Logs

No error message is shown in the UI.

Steps to Reproduce

  1. Open Claude Code
  2. Go to the project area
  3. Open any project
  4. Observe the project view

Result: The screen appears completely dark or covered by a blank overlay.

Workaround: Closing the sidebar restores visibility.

Claude Model

Not sure / Multiple models

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

v2.1.81.

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

Possible cause: The issue seems related to sidebar state or layout rendering (overlay / z-index issue).

Frequency: Occurs every time when opening a project.

I tried to attach screenshots in the issue form, but the upload appears to get stuck and only shows an "Uploading..." placeholder.

I can provide screenshots if needed.

Screenshot 1 shows the project view covered by a dark overlay while the sidebar is open. Screenshot 2 shows the view rendering normally after closing the sidebar.

extent analysis

TL;DR

The issue can likely be fixed by adjusting the z-index or overlay rendering of the sidebar in the project view.

Guidance

  • Investigate the CSS or layout code responsible for rendering the project view and sidebar to identify any potential z-index or overlay issues.
  • Verify that the issue persists when the sidebar is closed and reopened to confirm the suspected cause.
  • Check the browser's developer tools or inspector to examine the HTML and CSS elements of the project view and sidebar for any overlapping or hidden elements.
  • Consider adding a temporary fix, such as a CSS override or a JavaScript hook, to adjust the z-index or visibility of the project view when the sidebar is open.

Example

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

Notes

The issue may be specific to the Anthropic API or macOS platform, and further investigation is needed to determine the root cause. The provided screenshots could be helpful in diagnosing the issue, but their upload is currently stuck.

Recommendation

Apply a workaround, such as adjusting the CSS or layout code, to mitigate the issue until a permanent fix can be implemented. This is recommended because the issue is reproducible and a temporary fix can help improve the user experience while the root cause is being investigated.

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