浏览代码

Solve the problem of occlusion information

陈帅 7 年之前
父节点
当前提交
2ed7ecaa84
共有 1 个文件被更改,包括 1 次插入2 次删除
  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;
 }