anomalyco / anomalyco/opencode
Web UI V2 prompt controls overlap the send button on narrow displays
Open
@Brendonovich is already working on this.
Since Aug 18, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
On narrow viewports, the V2 prompt composer keeps agent, model, and model-variant controls in one row. When their combined width exceeds the available space, those controls render over the submit button. Tapping the apparent send area can open a selector and the user is unable to send the message by tapping the send button.
Related issues: #38848 #38210
Plugins
No plugins
OpenCode version
dev branch (9b0dd36cda)
Steps to reproduce
- Start the web UI with
opencode web. - Open a session at a 320 CSS-pixel-wide viewport or on a phone.
- Choose a model with a long name and a reasoning/model variant.
- Type a prompt so that the send button is enabled.
- Observe the controls at the bottom of the composer, it's impossible to click/tap the Send button, the dropdown opens instead.
Screenshot and/or share link
Operating System
Tested on Windows and Android, but applies to any OS that renders the web UI
Terminal
Not terminal-specific
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.