Explore: fix loading indicator z-index on panel container

- existing z-index placed the loading indicator above dropdowns of the panel children
- removed z-index for natural ordering
This commit is contained in:
David Kaltschmidt
2018-12-31 12:55:03 +00:00
parent 6f998541c8
commit 652c149ca2
-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;
}