From a9da7620b30e89596497d09b321007b97e411de6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Sep 2013 12:02:45 +0000 Subject: [PATCH] chore(edit) showMessage: add z-index --- lib/client/edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client/edit.js b/lib/client/edit.js index 2aef3f9a..e5672230 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -162,6 +162,7 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace; DOM.cssSet({ id : 'msg-css', inner : '.msg {' + + 'z-index' + ': 1' + 'background-color' + ': white;' + 'color' + ': rgb(49, 123, 249);' + 'position' + ': fixed;' +