ソースを参照

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;
   position: fixed;
   top: 0;
   top: 0;
   width: 100%;
   width: 100%;
-  z-index: 9;
+  // > @zindex-tooltip
+  z-index: 1061;
   transition: width 0.2s;
   transition: width 0.2s;
 }
 }