Skip to content

Fix control button UI overflow in top bar#234

Open
manavshrivastavagit wants to merge 1 commit into
andrewyng:mainfrom
manavshrivastavagit:control-button-overflow
Open

Fix control button UI overflow in top bar#234
manavshrivastavagit wants to merge 1 commit into
andrewyng:mainfrom
manavshrivastavagit:control-button-overflow

Conversation

@manavshrivastavagit

@manavshrivastavagit manavshrivastavagit commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Adds overflow: hidden to the .main-topbar CSS class to prevent control button clusters from overflowing the top bar container when the side panel is open.

Before

Control buttons (New Session, plus other action buttons) overflow the top bar boundary when the side panel is expanded, causing visual clipping and layout issues.

After

overflow: hidden constrains the button group within the top bar bounds, matching the expected layout.

Testing

  • npm run build in surfaces/gui/ - passes (Vite build succeeds)
  • TypeScript compilation - no errors
  • All 68 frontend tests pass

Closes #208

Add overflow: hidden to .main-topbar to prevent control button
clusters from overflowing when the side panel is open.
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.

Control button UI overflow

1 participant