Просмотр исходного кода

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
David Kaltschmidt 7 лет назад
Родитель
Сommit
652c149ca2
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      public/sass/pages/_explore.scss

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

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