mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 00:30:34 +08:00
Fix show error when editor is loading
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
background-color: #f4f4f4;
|
||||
z-index: 10000;
|
||||
z-index: 1001;
|
||||
}
|
||||
.loader-page {
|
||||
width: 100%;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
background-color: #f4f4f4;
|
||||
z-index: 10000;
|
||||
z-index: 1001;
|
||||
}
|
||||
.loader-page {
|
||||
width: 100%;
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
background-color: #f4f4f4;
|
||||
z-index: 10000;
|
||||
z-index: 1001;
|
||||
}
|
||||
.loader-page {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user