Header.less 127 B

12345678
  1. .fixedHeader {
  2. position: fixed;
  3. top: 0;
  4. width: 100%;
  5. // > @zindex-tooltip
  6. z-index: 1061;
  7. transition: width 0.2s;
  8. }