diff --git a/src/scss/cdb-components/loader.scss b/src/scss/cdb-components/loader.scss index 887f612..ab35345 100644 --- a/src/scss/cdb-components/loader.scss +++ b/src/scss/cdb-components/loader.scss @@ -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);