瀏覽代碼

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

Enrico Berti 10 年之前
父節點
當前提交
75c645e5f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;