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
@@ -224,7 +224,6 @@ export const InstanceList = ({ projectId, repoId, projectName, repoName, toolTyp
{busyInstanceId === instance.id && (
<div className="instance-busy-overlay">
<Icon name="loading" size="md" />
<span>Working...</span>
</div>
)}
<div className="instance-info">