Merge pull request #14694 from grafana/davkal/fix-14668

Explore: fix loading indicator z-index on panel container
This commit is contained in:
Torkel Ödegaard
2018-12-31 14:33:52 +01:00
committed by GitHub
-1
View File
@@ -135,7 +135,6 @@
position: absolute;
animation: loader 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
animation-iteration-count: 100;
z-index: 2;
background: $blue;
}