mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(edit) showMessage: add z-index
This commit is contained in:
parent
3ce272b163
commit
a9da7620b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue