diff --git a/frappe/core/doctype/domain_settings/domain_settings.js b/frappe/core/doctype/domain_settings/domain_settings.js
index 39cd8d5dd9..1750573111 100644
--- a/frappe/core/doctype/domain_settings/domain_settings.js
+++ b/frappe/core/doctype/domain_settings/domain_settings.js
@@ -42,9 +42,11 @@ frappe.DomainsEditor = frappe.CheckboxEditor.extend({
get_template: function() {
return `
-
-
+
- {%= __("Notify via email")%}
-
- {% } %}
-
+
+
+
+
+
+
+
+
+ {% endif %}
+
\ No newline at end of file
diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less
index 786c05461b..0275a7695a 100644
--- a/frappe/public/less/desk.less
+++ b/frappe/public/less/desk.less
@@ -195,9 +195,9 @@ textarea.form-control {
width: 100%;
&> ul {
- z-index: 1041;
+ z-index: 1041 !important;
transition: none;
- background: #fff;
+ background-color: #fff;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;