Problem
When using Kimi Web on a phone, the AskUserQuestion card (QuestionCard.vue) is not scrollable. If the question has many or long options, the card grows beyond the viewport and the Submit button becomes unreachable.
This makes it impossible to answer the agent questions from a mobile browser, which blocks any serious development workflow on a phone.
Environment
- Mobile browser (iOS Safari / Android Chrome)
- Viewport width <= 640 px
Steps to reproduce
- Open Kimi Web on a phone.
- Trigger an action that asks a question with several long options (e.g. a plan review or ask-user tool call).
- Try to scroll down inside the question card to reach the Submit button.
Expected behavior
The question card body should scroll independently while the header/footer (including Submit) stay visible, so the user can select options and submit.
Actual behavior
The card extends past the bottom of the screen and cannot be scrolled, so the Submit button is off-screen and inaccessible.
Related PR
Problem
When using Kimi Web on a phone, the AskUserQuestion card (QuestionCard.vue) is not scrollable. If the question has many or long options, the card grows beyond the viewport and the Submit button becomes unreachable.
This makes it impossible to answer the agent questions from a mobile browser, which blocks any serious development workflow on a phone.
Environment
Steps to reproduce
Expected behavior
The question card body should scroll independently while the header/footer (including Submit) stay visible, so the user can select options and submit.
Actual behavior
The card extends past the bottom of the screen and cannot be scrolled, so the Submit button is off-screen and inaccessible.
Related PR