move cover over loading

This commit is contained in:
Lachlan Kermode
2020-06-30 12:14:03 +02:00
parent 89855da251
commit 1501bbda78
3 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ $xxxlarge: 32px;
// z-index levels
$final-level: 10000;
$loading-overlay: 1000;
$loading-overlay: 500;
$overheader: 100;
$header: 10;
$map-overlay: 2;

View File

@@ -7,7 +7,7 @@
width: 100%;
opacity: 1;
transition: top 0.4s ease;
z-index: $overheader + 1;
z-index: $loading-overlay + 1;
overflow-y: auto;
overflow-x: hidden;
color: $offwhite;