Skip to content

Fix terminal input clipped by AmbientTipBar overlay#696

Merged
selfcontained merged 1 commit into
mainfrom
agt_dc192c4d79c8/agent-4d79c8
Jun 26, 2026
Merged

Fix terminal input clipped by AmbientTipBar overlay#696
selfcontained merged 1 commit into
mainfrom
agt_dc192c4d79c8/agent-4d79c8

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • The terminal container in agents-view.tsx lost its pb-14 bottom padding during the Changes tab refactor (7410bfa5), causing the absolutely-positioned AmbientTipBar (56px) to overlay the terminal input area and clip it.
  • Added conditional pb-14 on desktop (matching the AmbientTipBar's !isMobile guard) to reserve space for the overlay.

Test plan

  • Type check passes (pnpm run check)
  • Production build passes (pnpm run finalize:web)
  • All 171 E2E tests pass
  • Visual validation via Playwright — terminal and Changes tab render correctly

🤖 Generated with Claude Code

The terminal container lost its bottom padding during the Changes tab
refactor (7410bfa), causing the absolutely-positioned AmbientTipBar
(h-14) to cover the terminal input area. Add conditional pb-14 on
desktop to reserve space for the overlay.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@selfcontained
selfcontained merged commit ef4e8db into main Jun 26, 2026
1 check passed
@selfcontained
selfcontained deleted the agt_dc192c4d79c8/agent-4d79c8 branch June 26, 2026 15:49
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.

1 participant