mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Prevent dialog overlay from rendering on top of AI Assistant (no-changelog) (#10509)
This commit is contained in:
committed by
GitHub
parent
00412563b6
commit
9cd7f1ec0d
@@ -97,7 +97,7 @@ function onClose() {
|
||||
.container {
|
||||
grid-area: rightsidebar;
|
||||
height: 100%;
|
||||
z-index: 3000; /* Above NDV, below notifications */
|
||||
z-index: 99999; /* Needs to be high enough so it doesn't get covered by element-ui dialogs */
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
||||
Reference in New Issue
Block a user