Header.less 127 Bytes
Newer Older
jim's avatar
jim committed
1 2 3 4
.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
5 6
  // > @zindex-tooltip
  z-index: 1061;
7
  transition: width 0.2s;
jim's avatar
jim committed
8
}