-
-
-
-
-
-
diff --git a/desk/src/components/index.ts b/desk/src/components/index.ts
index e3c82c6de2..d970337116 100644
--- a/desk/src/components/index.ts
+++ b/desk/src/components/index.ts
@@ -3,10 +3,8 @@ export { default as AttachmentItem } from "./AttachmentItem.vue";
export { default as AttachmentList } from "./AttachmentList.vue";
export { default as Autocomplete } from "./Autocomplete.vue";
export { default as CommentBox } from "./CommentBox.vue";
-export { default as CommentTextEditor } from "./CommentTextEditor.vue";
export { default as CommunicationArea } from "./CommunicationArea.vue";
export { default as EmailArea } from "./EmailArea.vue";
-export { default as EmailEditor } from "./EmailEditor.vue";
export { default as FadedScrollableDiv } from "./FadedScrollableDiv.vue";
export { default as AutocompleteNew } from "./frappe-ui/Autocomplete.vue";
export { default as Link } from "./frappe-ui/Link.vue";
diff --git a/desk/src/index.css b/desk/src/index.css
index d313c0b94a..2e2f6125cc 100644
--- a/desk/src/index.css
+++ b/desk/src/index.css
@@ -27,6 +27,13 @@
display: none !important;
}
+/* Dialogs (e.g. saved replies) must sit above a detached FloatingWindow
+ (z-50); the frappe-ui overlay has no z-index of its own. Deletable once
+ frappe-ui is ≥ beta.55, where the window drops to z-40 under dialogs. */
+body.has-floating-window .dialog-overlay {
+ z-index: 100;
+}
+
html,
body {
color: var(--ink-gray-9);