Spaces admin: the row three-dot menu clips behind the table edge on the last rows instead of overflowing past it #713
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Cordy/Cairn#713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by Nikola during the #690 dogfood-space cleanup (v0.6.262, files-bao).
Steps
test5as 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.