change z-index
This commit is contained in:
parent
4764264772
commit
0260c4fadc
@ -26,7 +26,7 @@ This is the generic loader for widgets, maps, components, ...
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: rgba($cBlue, 1);
|
background: rgba($cBlue, 1);
|
||||||
z-index: 10;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
.CDB-Loader.is-visible {
|
.CDB-Loader.is-visible {
|
||||||
@include css3-prefix(animation, loader-progress 2000ms linear infinite);
|
@include css3-prefix(animation, loader-progress 2000ms linear infinite);
|
||||||
|
Loading…
Reference in New Issue
Block a user