Browse Source

fix #2249 set index to 1061

pull/2254/head^2
陈帅 8 years ago
parent
commit
6f236269bf
  1. 3
      src/layouts/Header.less

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

Loading…
Cancel
Save