diff --git a/bin/Editor.css b/bin/Editor.css
index d39a6a8ba59078c2d1863bed30d943eb9343eb3d..09c6f03be5a9ff141efc9bfa4f24f91e4d92e84e 100644
--- a/bin/Editor.css
+++ b/bin/Editor.css
@@ -51,4 +51,11 @@
 }
 
 div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
-span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
\ No newline at end of file
+span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
+
+.cke_notifications_area {
+    position: absolute;
+    top: 50% !important;
+    left: 50% !important;
+    z-index: 999999 !important;
+}