hermes - 💡(How to fix) Fix Kanban task detail panel does not respect mobile viewport safe areas [2 pull requests]

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…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Bug Description

When opening a Hermes Kanban board from a mobile browser, parts of the task detail view are hidden behind fixed UI elements.

Specifically:

  • The task title / upper content area is positioned behind the Hermes dashboard top bar, making it partially unreadable.
  • The lower part of the task detail view, including the comments / log area, can be obscured by the mobile browser navigation bar.
  • This makes the Kanban task detail view difficult to read and interact with on mobile devices.

Steps to Reproduce

  1. Open the Hermes dashboard from a mobile browser.
  2. Navigate to the Kanban board.
  3. Open a Kanban task detail view.
  4. Scroll through the task content, including the description, worker log, run history, or comments section.

Expected Behavior

The task detail view should respect the available mobile viewport and safe areas:

  • Content should not render behind the Hermes dashboard top bar.
  • Bottom content should not be hidden behind the mobile browser navigation bar.
  • The page/modal should have enough top and bottom padding or safe-area handling so all content remains readable and scrollable.

Actual Behavior

On mobile:

  • The task title / top content overlaps with or is hidden behind the top bar.
  • The lower task content is partially hidden behind the Chrome mobile navigation bar.
  • Some text becomes unreadable or hard to access without awkward scrolling.

Environment

  • Device: Mobile browser
  • Browser: Chrome mobile
  • Page: Hermes Dashboard → Kanban board → Task detail view

Screenshots

Top content / task title hidden behind the dashboard top bar:

Kanban mobile top overlap

Bottom content / comments area hidden behind the mobile browser navigation bar:

Kanban mobile bottom overlap

Possible Fix

The Kanban task detail layout may need mobile-safe spacing, for example:

  • Add safe-area-inset-top / safe-area-inset-bottom handling.
  • Ensure the task detail panel has enough top offset below the dashboard header.
  • Add bottom padding to scroll containers so content is not hidden behind mobile browser controls.
  • Review any position: fixed, height: 100vh, or overflow behavior used by the Kanban detail panel on mobile.

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

hermes - 💡(How to fix) Fix Kanban task detail panel does not respect mobile viewport safe areas [2 pull requests]