Plan mode: long inline comments push the Continue planning menu off-screen with no scrollbar
Environment: Claude Code VS Code native extension
Bug:
When in plan mode and adding inline comments to a plan (via the Comments panel), the "Continue planning" / "Send feedback and keep planning" action menu renders below the comment list in a fixed-height panel. If the comment text is long (e.g. multiple comments, or comments containing pasted table/log data), the menu gets pushed below the visible viewport with no scrollbar exposing it. It looks like the menu has vanished entirely and there's no way to proceed.
Repro steps:
- Enter plan mode and let Claude draft a plan.
- Add two or more inline comments to the plan, at least one containing a decent amount of text (a paragraph or a pasted data dump).
- Observe: the "Continue planning" footer (with the "Send feedback and keep planning" button) is not visible below the comments, and there is no scrollbar to reveal it.
Workaround found: Zooming out (Cmd -) shrinks the rendered font size enough that the comment text takes up less vertical space, which reflows the footer back into the visible area. Scrolling and resizing the panel width did not help - this is specifically an overflow/layout issue tied to the comment text's rendered height, not a scroll-position issue.
Expected behavior: The comment list should scroll within its own bounded region, with the action footer pinned/sticky and always visible regardless of comment length.