MoonshotAI / MoonshotAI/kimi-code

AskUserQuestion card is not scrollable on mobile, making Submit unreachable

Open
#1,400 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.5k
Forks
1.2k
Avg merge
11h 53m
Merged PRs (30d)
350

Description

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

  1. Open Kimi Web on a phone.
  2. Trigger an action that asks a question with several long options (e.g. a plan review or ask-user tool call).
  3. 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

  • #1388 fixes this by constraining the card height on mobile and making .ui-card__body scrollable.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with QuestionCard.vue and reproduce the issue at a viewport width of 640px or less using several long options. Compare the current behavior with related PR #1388, then verify that the card body can scroll and the header and Submit footer remain reachable on mobile.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.