fix: move creation loading indicator outside active sessions grid

The loading overlay for instance creation was inside the active sessions
grid, which doesn't render when there are no active sessions. Moved the
overlay to the parent container so it's always visible during creation
regardless of existing sessions.
This commit is contained in:
Fusion
2026-05-23 08:04:48 +02:00
parent d1be2e4951
commit 8c5e1b931e
2 changed files with 24 additions and 18 deletions
+6
View File
@@ -2652,9 +2652,15 @@ a.nav-item,
}
.active-sessions-section {
position: relative;
margin-bottom: var(--space-6);
}
.active-sessions-section.dimmed {
opacity: 0.5;
pointer-events: none;
}
.active-sessions-section h2 {
display: flex;
align-items: center;