feat(member): keep text selection in the overview table from opening the member

This commit is contained in:
Moritz 2026-06-08 12:43:40 +02:00
parent be57dcfce8
commit 24f67bea80
3 changed files with 36 additions and 0 deletions

View file

@ -82,6 +82,8 @@
<%!-- On desktop (lg:), only the table area scrolls; header and filters stay visible. On mobile, normal flow. --%>
<div
id="members-table-guard"
phx-hook="RowSelectionGuard"
class="lg:max-h-[calc(100vh-14rem)] lg:overflow-auto min-h-0"
data-testid="members-table-scroll"
role="region"