Header.less 114 B

123456789
  1. .fixedHeader {
  2. position: fixed;
  3. top: 0;
  4. right: 0;
  5. width: 100%;
  6. z-index: 9;
  7. transition: width 0.2s;
  8. }