fix(agent): add scroll support to scheduled task dialog#366
fix(agent): add scroll support to scheduled task dialog#366shadowfax92 wants to merge 1 commit intomainfrom
Conversation
Updates browseros-agent submodule with fix for dialog scroll issue. The scheduled task dialog now properly scrolls when content exceeds viewport. Changes in submodule: - Added max-h-[90vh] and flex layout to DialogContent - Wrapped form fields in ScrollArea component - Fixed footer to bottom with flex-shrink-0 Slack: https://felafax.slack.com/archives/C0AF85H7PK8/p1771265964827929 https://claude.ai/code/session_01M2pUBV3Ld8oWx8CCEeTD7T
|
CLA Assistant Lite bot Thank you for your submission! We require contributors to sign our Contributor License Agreement before we can accept your contribution. By signing the CLA, you confirm that:
To sign the CLA, please comment on this PR with: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Greptile SummaryThis PR updates the
Confidence Score: 4/5
Important Files Changed
Flowchartflowchart TD
A[Scheduled Task Dialog Opened] --> B{Content exceeds viewport?}
B -->|No| C[Dialog renders normally]
B -->|Yes| D[DialogContent applies max-h-90vh + flex layout]
D --> E[ScrollArea wraps form fields]
E --> F[Form fields become scrollable]
D --> G[Footer fixed to bottom with flex-shrink-0]
F --> H[User can scroll through fields and submit]
G --> H
Last reviewed commit: 235b99b |
Updates browseros-agent submodule with fix for dialog scroll issue. The scheduled task dialog now properly scrolls when content exceeds viewport.
Changes in submodule:
Slack: https://felafax.slack.com/archives/C0AF85H7PK8/p1771265964827929
https://claude.ai/code/session_01M2pUBV3Ld8oWx8CCEeTD7T