FUS-7 keep activity modal on screen
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user