feat(member): keep text selection in the overview table from opening the member
This commit is contained in:
parent
be57dcfce8
commit
24f67bea80
3 changed files with 36 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue