diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 8feacb85..606a66d4 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -380,6 +380,16 @@ body.menu-show .body-right { background:var(--danger); border-radius:50% } +.fullpagediv { + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + background:var(--bg); + opacity:0.6; + z-index:1980 +} .spinner-border { width:20px; height:20px; @@ -425,16 +435,6 @@ body.menu-show .body-right { width:500px; z-index:19994 } -.fullpagediv { - position:absolute; - top:0; - left:0; - width:100%; - height:100%; - background:var(--bg); - opacity:0.6; - z-index:19995 -} .atlas { float:left; margin-right:10px;