diff --git a/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue b/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue index 6a379e0a5..38255426c 100644 --- a/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue +++ b/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue @@ -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 {