Describe the bug
In the OpenCode Web UI, when a question dialog (such as a Skill with many options) contains a long list of items, the content that exceeds the visible area cannot be scrolled.
Proposed Fix
Adding the CSS property overflow-y: auto to the container element <div data-slot="question-content"> fixes this issue.
Describe the bug
In the OpenCode Web UI, when a question dialog (such as a Skill with many options) contains a long list of items, the content that exceeds the visible area cannot be scrolled.
Proposed Fix
Adding the CSS property
overflow-y: autoto the container element<div data-slot="question-content">fixes this issue.