mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #14694 from grafana/davkal/fix-14668
Explore: fix loading indicator z-index on panel container
This commit is contained in:
commit
68897c18b2
@ -135,7 +135,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
animation: loader 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
|
animation: loader 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
|
||||||
animation-iteration-count: 100;
|
animation-iteration-count: 100;
|
||||||
z-index: 2;
|
|
||||||
background: $blue;
|
background: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user