claude-code - 💡(How to fix) Fix Last user message overlays content when scrolling chat history

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…

When scrolling up in the chat history, the most recently sent user message renders as a sticky/floating overlay that covers the entire content area, making it impossible to read prior messages or assistant responses underneath.

The overlay does not dismiss when scrolling — it stays pinned in front of the conversation, blocking the view of any content below it (assistant responses, files in the right panel, command input area, etc.).

Root Cause

When scrolling up in the chat history, the most recently sent user message renders as a sticky/floating overlay that covers the entire content area, making it impossible to read prior messages or assistant responses underneath.

The overlay does not dismiss when scrolling — it stays pinned in front of the conversation, blocking the view of any content below it (assistant responses, files in the right panel, command input area, etc.).

Fix Action

Workaround

None known. The user has to manually dismiss/clear the overlay (sometimes scrolling to bottom then back up helps, sometimes not). Closing and reopening the chat sometimes works.

RAW_BUFFERClick to expand / collapse

Description

When scrolling up in the chat history, the most recently sent user message renders as a sticky/floating overlay that covers the entire content area, making it impossible to read prior messages or assistant responses underneath.

The overlay does not dismiss when scrolling — it stays pinned in front of the conversation, blocking the view of any content below it (assistant responses, files in the right panel, command input area, etc.).

Repro

  1. Open Claude Code desktop app, start a chat session
  2. Send a multi-line user message (text + optional screenshot/image upload)
  3. Wait for the assistant to respond fully
  4. Send another message
  5. Scroll up to review earlier content in the conversation

Result: The last user message stays "stuck" covering most of the viewport, layered on top of the chat content and any side panels. The overlay blocks reading of:

  • Previous assistant responses
  • Right-side file/document panels
  • Bottom command input area

Expected behavior

User messages should scroll out of view normally with the rest of the conversation history. Nothing should be pinned/floating over the chat or adjacent panels.

Workaround

None known. The user has to manually dismiss/clear the overlay (sometimes scrolling to bottom then back up helps, sometimes not). Closing and reopening the chat sometimes works.

Environment

  • OS: macOS 26.4 (Darwin Kernel 25.4.0, arm64 / Apple Silicon — MacBook Air)
  • Claude Code version: 2.1.141
  • Interface: Claude Code desktop app
  • Model: Opus 4.7 (1M context)
  • Plugins/MCP active: context7, playwright, supabase, ccd-session

Reporter notes

Reported by an active UX designer using Claude Code for design system work. Triggers consistently when sending long messages with image uploads in sessions that have substantial scrollback. Screenshots can be attached after submission (cannot upload via CLI).

<img width="2000" height="1564" alt="Image" src="https://github.com/user-attachments/assets/c8449e12-257e-4338-a156-3f19956da500" />

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…

FAQ

Expected behavior

User messages should scroll out of view normally with the rest of the conversation history. Nothing should be pinned/floating over the chat or adjacent panels.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING