Skip to content

fix: resolve git diff status bar overlap with prompt input in web UI#1473

Closed
Br1an67 wants to merge 1 commit intoMoonshotAI:mainfrom
Br1an67:fix/web-diff-statusbar-overlap
Closed

fix: resolve git diff status bar overlap with prompt input in web UI#1473
Br1an67 wants to merge 1 commit intoMoonshotAI:mainfrom
Br1an67:fix/web-diff-statusbar-overlap

Conversation

@Br1an67
Copy link

@Br1an67 Br1an67 commented Mar 17, 2026

Problem

The git diff status bar's collapsible file list overlaps with the prompt input area below it, obscuring the input.

Fix

  • Add relative z-10 to the status bar wrapper for proper stacking
  • Add overflow-hidden to CollapsibleContent to contain expansion
  • Add separator border when file list is expanded
  • Increase max height from 128px to 192px for better usability

Fixes #1302


Open with Devin

The git diff status bar's collapsible content could visually
overlap with the prompt input area below it. The expanded file
list had insufficient max height and lacked proper z-index
stacking.

- Add relative z-10 to the status bar wrapper for proper stacking
- Add overflow-hidden to CollapsibleContent to contain expansion
- Add a subtle separator border when file list is expanded
- Increase max height from 32 to 48 (128px to 192px) for better
  usability with many changed files

Fixes MoonshotAI#1302
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@Br1an67
Copy link
Author

Br1an67 commented Mar 17, 2026

Closing this PR — the git-diff-status-bar.tsx component was removed on main, making this fix obsolete.

@Br1an67 Br1an67 closed this Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

kimi code web ui project path view overlaps with diff file view

1 participant