Sfoglia il codice sorgente

[spark] Correct z-index of play/stop buttons

Enrico Berti 10 anni fa
parent
commit
75c645e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/spark/static/css/spark.css

+ 1 - 1
apps/spark/static/css/spark.css

@@ -75,7 +75,7 @@
   position: absolute;
   position: absolute;
   margin-top: -30px;
   margin-top: -30px;
   margin-left: 0;
   margin-left: 0;
-  z-index: 10000;
+  z-index: 999;
   border-left: none;
   border-left: none;
   border-right: none;
   border-right: none;
   width: 14px;
   width: 14px;