diff --git a/css/redactor.css b/css/redactor.css
index 31f5a0aec7ddc79ce8551eef6b84bcff066751bd..4b6399784092feb820d4751847b21e2c2e2ab910 100644
--- a/css/redactor.css
+++ b/css/redactor.css
@@ -65,7 +65,7 @@
 */
 body .redactor_air {
   position: absolute;
-  z-index: 102;
+  z-index: 202;
 }
 /*
 	FULLSCREEN
diff --git a/js/redactor-osticket.js b/js/redactor-osticket.js
index 938de896bb302ab47de64c1b81602556fbe4d6f1..80f0b0586a05023dfce664088a910fd72077effc 100644
--- a/js/redactor-osticket.js
+++ b/js/redactor-osticket.js
@@ -239,7 +239,7 @@ $(function() {
         if (el.hasClass('draft')) {
             var draft_saved = $('<span>')
                 .addClass("pull-right draft-saved faded")
-                .css({'position':'relative','top':'-1.8em','right':'1em'})
+                .css({'position':'absolute','top':'0.2em','right':'1em'})
                 .hide()
                 .append($('<span>')
                     .css({'position':'relative', 'top':'0.17em'})
@@ -257,6 +257,7 @@ $(function() {
                     )
                 );
             }
+            el.parent().css('position', 'relative');
             draft_saved.insertBefore(el);
             options['plugins'].push('draft');
             if (el.data('draftNamespace'))
diff --git a/scp/css/scp.css b/scp/css/scp.css
index 08d0ac730d9818634c5f6d8a1d3fa969bdbeb038..2dec22ec0fe44a3b1c3f9c4bec67cb59287ac137 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -1271,7 +1271,7 @@ time {
     background:#f8f8f8;
     border:2px solid #2a67ac;
     display:none;
-    z-index:6;
+    z-index:110;
     box-shadow: 0 5px 60px #001;
     border-radius: 5px;
     max-height: 72%;
@@ -1500,7 +1500,7 @@ ul.progress li.no small {color:red;}
     width: 100%;
     height: 100%;
     background: #000;
-    z-index: 5;
+    z-index: 101;
     -webkit-transform: translate3d(0,0,0);
 }