소스 검색

Fix Loading重叠问题

Nolovenodie丶 3 년 전
부모
커밋
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;