mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
Merge pull request #74833 from NousResearch/bb/status-stack-seam
fix(desktop): fuse the status stack to the composer again
This commit is contained in:
commit
8defb9fd60
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ export function ComposerStatusStack({ queue, sessionId }: ComposerStatusStackPro
|
|||
// In flow in the dock column, directly above the composer. The dock is
|
||||
// bottom-anchored, so this grows upward over the thread without needing
|
||||
// to be positioned — and it shares the dock's left edge for free.
|
||||
className="flex max-h-[40vh] min-h-0 flex-col overflow-y-auto pb-2"
|
||||
className="flex max-h-[40vh] min-h-0 flex-col overflow-y-auto"
|
||||
onPointerDownCapture={() => blurComposerInput()}
|
||||
>
|
||||
{/* The card paints the shared --composer-fill (rest / scrolled / focused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue