ソースを参照

Update the z-index of loading div.

zhixin 11 年 前
コミット
bbd86fc755
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

@@ -151,7 +151,7 @@
     right: 0;
     right: 0;
     bottom: 0;
     bottom: 0;
     left: 0;
     left: 0;
-    z-index: 10000;
+    z-index: 99;
     background-color: #fff;
     background-color: #fff;
     text-align: center;
     text-align: center;
 }
 }