浏览代码

Fix Loading重叠问题

Nolovenodie丶 2 年之前
父节点
当前提交
1800dd9d95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      static/css/style.css

+ 1 - 1
static/css/style.css

@@ -120,7 +120,7 @@
 }
 
 .misty-loading {
-	z-index: 9999;
+	z-index: 9999 !important;
 	position: fixed;
 	top: 0;
 	left: 0;