Skip to content

fix(app): round session prompt dock bottom corners in v2 layout#31438

Open
gcavanunez wants to merge 1 commit into
anomalyco:devfrom
gcavanunez:fix/app-v2-dock-bottom-radius
Open

fix(app): round session prompt dock bottom corners in v2 layout#31438
gcavanunez wants to merge 1 commit into
anomalyco:devfrom
gcavanunez:fix/app-v2-dock-bottom-radius

Conversation

@gcavanunez

@gcavanunez gcavanunez commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #31439

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds rounded-b-[10px] to the dock's non-inline background container so its bottom corners match the panel radius.

Why not overflow-hidden on the panel
It would clip things that intentionally overflow: the resize handle's -right-1 offset, the scroll-to-bottom button, and tooltips/dropdowns.

How did you verify your code works?

Running it locally and viewing the change

Screenshots / recordings

Before After
image image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Jun 9, 2026
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Session panel bottom corners render square in v2 layout

1 participant