浏览代码

fix #2249 set index to 1061

陈帅 7 年之前
父节点
当前提交
6f236269bf
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/layouts/Header.less

+ 2 - 1
src/layouts/Header.less

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