css: loading position box

This commit is contained in:
John McLear 2020-12-23 12:51:21 +00:00 committed by Richard Hansen
parent f31232dd20
commit 1a845773ee

View file

@ -1,6 +1,7 @@
#editorloadingbox { #editorloadingbox {
width: 100%; width: 100%;
z-index: 100; z-index: 100;
position: absolute;
} }
.editorloadingbox-message { .editorloadingbox-message {