Преглед изворни кода

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;
 }