Header.less 143 Bytes
.fixedHeader {
    position: fixed;
    top: 0;
    width: 100%;
    // > @zindex-tooltip
    z-index: 1061;
    transition: width 0.2s;
  }