Browse Source

Solve the problem of occlusion information

pull/2362/head
陈帅 8 years ago
parent
commit
2ed7ecaa84
  1. 3
      src/layouts/Header.less

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

Loading…
Cancel
Save