change z-index

This commit is contained in:
piensaenpixel 2016-07-04 22:28:27 +02:00
parent 4764264772
commit 0260c4fadc

View File

@ -26,7 +26,7 @@ This is the generic loader for widgets, maps, components, ...
width: 100%;
height: 2px;
background: rgba($cBlue, 1);
z-index: 10;
z-index: 2;
}
.CDB-Loader.is-visible {
@include css3-prefix(animation, loader-progress 2000ms linear infinite);