FUS-7 keep activity modal on screen

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
gsxdsm
2026-06-10 23:24:13 -07:00
parent 045a74d249
commit 28187cf36b
2 changed files with 14 additions and 5 deletions

View File

@@ -1180,9 +1180,12 @@
/* ── Activity Log Modal ─────────────────────────────────────────── */
.activity-log-modal {
max-height: 80vh;
width: min(95vw, 640px);
max-width: 95vw;
max-height: calc(100dvh - var(--overlay-padding-top, 10vh) - 16px);
display: flex;
flex-direction: column;
overflow: hidden;
}
.activity-log-header {