Explorar el Código

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

Enrico Berti hace 10 años
padre
commit
75c645e5f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/spark/static/css/spark.css

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

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