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
commit 68897c18b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}