openclaw - 💡(How to fix) Fix Control UI not responsive on iPhone — content overflows viewport

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Device

  • Device: iPhone
  • Browser: Safari (Mobile)

Issue

The OpenClaw Control UI is not fully responsive on iPhone. While the header is sticky, the overall layout exceeds the viewport height and requires scrolling the entire page. The message list, input area, and other UI elements do not fit within the iPhone screen bounds without scrolling the full page.

Expected Behavior

The entire Control UI should fit within the iPhone viewport without requiring full-page scrolling. The layout should use proper viewport constraints so all content is accessible within the visible screen area.

Current Behavior

  • Header is sticky ✓
  • Rest of content overflows past viewport height
  • User must scroll the entire page (not just the message list) to access all UI elements

Suggested Fix

Apply mobile-responsive CSS to the Control UI template:

  • Use height: 100dvh (or 100vh) constraints on the main chat container
  • Ensure the message list scrolls independently within the container rather than the whole page scrolling
  • Reduce padding/font sizes for small mobile viewports where appropriate
  • Test on iPhone Safari viewport (375×812 and similar)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING