fix: constrain loading overlays to components

- Add position: relative to create-session-form-wrapper so overlay fills only the form
- Remove text from instance busy overlay, show only spinner
- Delete progress indicator now fills only the target card
This commit is contained in:
2026-05-24 19:25:42 +00:00
parent 384beeca8a
commit 760369b102
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -2885,6 +2885,10 @@ a.nav-item,
pointer-events: none;
}
.create-session-form-wrapper {
position: relative;
}
.loading-overlay {
position: absolute;
top: 0;