Fix desktop right-side panel chrome overlap#806
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Overlay-mode side panels (agent activity, thread, profile) started at the top of the viewport, so their header collided with the global search bar and channel actions when the window was narrow. Anchor overlay panels below the top chrome and restore the agent activity header layout so the global channel buttons stay pinned to the window's right edge. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
overlay.mp4 |
The InboxDetailPane and InboxListPane headers were at z-50, which sat above the TopbarSearch results dropdown after the global chrome z-index was normalized to z-40. This caused the "opens channel matches from search" E2E test to fail because the inbox header intercepted pointer events on search results. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
Found a few more issues, will let you know when it's done. |
Keep responsive side panels aligned with the app chrome while preserving blurred headers, composer spacing, and stable hover behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Bring thread/profile/activity close buttons back to high-contrast styling and make subthread summary rows subtly interactive without shifting alignment. Co-authored-by: Cursor <cursoragent@cursor.com>
Show inbox list first on small widths, switch to detail on selection, and provide a back button in the detail header to return to the list. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
@thomaspblock I'm still seeing some overlap when using the activity sidebar, do you see this on your end? Also, on small widths, it seems like the activity fully covers the chat, is that expected?
|
Collaborator
Author
|
Still working on it. Will let you know once it's good to check. |
Collaborator
|
Sorry I jumped the gun! You can set this PR to Draft as well if you want me to ignore. Or I can just wait on review for your PRs until you lemme know 👍 |
Collaborator
Author
|
Ahh super. I switched to draft, good to know. I will ask the agent to set that when it pushes. |
Align narrow panel headers with the two-column layout and keep agent sheets close-only while preserving avatar identity and active controls. Co-authored-by: Cursor <cursoragent@cursor.com>
Left-align agent activity transcript entries, show requester avatars for prompt messages, and prevent inline activity avatars from clipping below the composer. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
various-updates.mp4 |
wesbillman
approved these changes
Jun 2, 2026
wesbillman
added a commit
that referenced
this pull request
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Test plan
Made with Cursor