mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(edit) "z-index: 1" -> "z-index: 1;"
This commit is contained in:
parent
e5415b89b4
commit
fdf55ab617
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace;
|
|||
DOM.cssSet({
|
||||
id : 'msg-css',
|
||||
inner : '.msg {' +
|
||||
'z-index' + ': 1' +
|
||||
'z-index' + ': 1;' +
|
||||
'background-color' + ': white;' +
|
||||
'color' + ': rgb(49, 123, 249);' +
|
||||
'position' + ': fixed;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue