From 1a845773ee48ccc308274c8eacd6374dc46289d2 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 23 Dec 2020 12:51:21 +0000 Subject: [PATCH] css: loading position box --- src/static/css/pad/loadingbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/pad/loadingbox.css b/src/static/css/pad/loadingbox.css index 0c295007d..8f8d93632 100644 --- a/src/static/css/pad/loadingbox.css +++ b/src/static/css/pad/loadingbox.css @@ -1,6 +1,7 @@ #editorloadingbox { width: 100%; z-index: 100; + position: absolute; } .editorloadingbox-message {