chore(edit) showMessage: add z-index

This commit is contained in:
coderaiser 2013-09-23 12:02:45 +00:00
parent 3ce272b163
commit a9da7620b3

View file

@ -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;' +