fix(editor): Ensure toasts show above modal overlays (#11410)

This commit is contained in:
Mutasem Aldmour
2024-10-25 16:56:47 +02:00
committed by GitHub
parent d6aaeea2ab
commit 351134f786
15 changed files with 119 additions and 207 deletions

View File

@@ -242,7 +242,7 @@ watch(
left: 0;
height: 100%;
width: 100%;
z-index: 9999999;
z-index: var(--z-index-workflow-preview-ndv);
}
.spinner {