mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Ensure toasts show above modal overlays (#11410)
This commit is contained in:
@@ -242,7 +242,7 @@ watch(
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 9999999;
|
||||
z-index: var(--z-index-workflow-preview-ndv);
|
||||
}
|
||||
|
||||
.spinner {
|
||||
|
||||
Reference in New Issue
Block a user