Browse Source

Update the z-index of loading div.

zhixin 11 years ago
parent
commit
bbd86fc755
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

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