Browse Source

Solve the problem of occlusion information

陈帅 7 năm trước cách đây
mục cha
commit
2ed7ecaa84
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/layouts/Header.less

+ 1 - 2
src/layouts/Header.less

@@ -2,7 +2,6 @@
   position: fixed;
   top: 0;
   width: 100%;
-  // > @zindex-tooltip
-  z-index: 1061;
+  z-index: 9;
   transition: width 0.2s;
 }