anomalyco / anomalyco/opencode
Task list scrollbar is hidden when content overflows
@Brendonovich is already working on this.
Since Jul 29, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
When the expanded task list exceeds its maximum height, it can be scrolled with the mouse wheel, but no scrollbar or other scroll indicator is visible.
This makes it difficult to discover that additional tasks exist below the visible area.
Expected: show a subtle scrollbar when the task list overflows.
Actual: the list scrolls, but the scrollbar remains hidden.
Plugins
None
OpenCode version
OpenCode Desktop v1.18.9
Steps to reproduce
- Start a session in the desktop app.
- Ask the model to create enough tasks to exceed the task list's maximum height (for example, 10 tasks).
- Expand the task list above the prompt input.
- Scroll inside the task list.
- Observe that the list scrolls, but no scrollbar is visible.
Screenshot and/or share link
https://github.com/user-attachments/assets/43ef89a9-03d8-4722-8b8f-b58a4755ccd8
Attached video demonstrates the task list scrolling without a visible scrollbar.
Operating System
Windows 11
Terminal
None
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.