mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
move cover over loading
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user