Spaces admin: the row three-dot menu clips behind the table edge on the last rows instead of overflowing past it #713

Closed
opened 2026-09-24 03:24:31 +00:00 by Cordy · 0 comments
Owner

Found by Nikola during the #690 dogfood-space cleanup (v0.6.262, files-bao).

Steps

  1. Administration → Spaces, a list long enough that a row sits near the table's bottom edge (screenshot: test5 as last row).
  2. Open the three-dot row menu on the last row.

Expected: the menu opens fully, overflowing past the table/container edge like row menus elsewhere.
Seen: the menu is clipped by the table container — only a sliver of the popup peeks out under the last row (screenshot from the cleanup session).

Likely an overflow-clipping container around the spaces list (.kvbox/scroll wrapper) combined with an absolutely-positioned menu; the file-browser row menu handles this correctly, so the fix should follow that canon.

Found by Nikola during the #690 dogfood-space cleanup (v0.6.262, files-bao). **Steps** 1. Administration → Spaces, a list long enough that a row sits near the table's bottom edge (screenshot: `test5` as last row). 2. Open the three-dot row menu on the last row. **Expected:** the menu opens fully, overflowing past the table/container edge like row menus elsewhere. **Seen:** the menu is clipped by the table container — only a sliver of the popup peeks out under the last row (screenshot from the cleanup session). Likely an overflow-clipping container around the spaces list (`.kvbox`/scroll wrapper) combined with an absolutely-positioned menu; the file-browser row menu handles this correctly, so the fix should follow that canon.
Cordy closed this issue 2026-09-24 03:36:35 +00:00
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/Cairn#713
No description provided.