fix(export): keep session row actions sticky in viewport

This commit is contained in:
aits2026
2026-03-06 19:47:49 +08:00
parent 95d0937015
commit 3b3fd8b35c
2 changed files with 26 additions and 2 deletions

View File

@@ -2480,11 +2480,13 @@
align-items: flex-end;
gap: 4px;
width: var(--contacts-action-col-width);
min-width: var(--contacts-action-col-width);
flex-shrink: 0;
position: sticky;
right: 0;
z-index: 6;
z-index: 10;
background: var(--bg-primary);
will-change: transform;
&::before {
content: '';