Explorar el Código

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

Explore: fix loading indicator z-index on panel container
Torkel Ödegaard hace 7 años
padre
commit
68897c18b2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      public/sass/pages/_explore.scss

+ 0 - 1
public/sass/pages/_explore.scss

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