Skip to content

fix(web): cap splash composer textarea height - #5

Merged
jlmcmich merged 1 commit into
mainfrom
fix/splash-textarea-cap
Apr 19, 2026
Merged

fix(web): cap splash composer textarea height#5
jlmcmich merged 1 commit into
mainfrom
fix/splash-textarea-cap

Conversation

@jlmcmich

Copy link
Copy Markdown
Owner

Without an upper bound the auto-growing textarea pushed the toolbar and page title off-screen for long prompts. Add max-h-[40vh] + overflow-y-auto so it scrolls internally instead.

Without an upper bound the textarea grew with content and pushed the
toolbar (folder picker, plan, full-access, assistant) off-screen for
long prompts, plus eating the page title. Add max-h-[40vh] and
overflow-y-auto so the input scrolls internally past that point and
the surrounding chrome stays visible.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jlmcmich
jlmcmich merged commit ee82c4f into main Apr 19, 2026
@jlmcmich
jlmcmich deleted the fix/splash-textarea-cap branch April 19, 2026 22:24
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.

1 participant