From 5dc9a250b9137c0e3fd8b6c4be2f78337d49fe9a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Sep 2013 11:57:32 +0000 Subject: [PATCH] chore(edit) showMessage: rm z-index --- lib/client/edit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index d7ef7a90..2aef3f9a 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -162,7 +162,6 @@ 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;' +