Header.less 75 B

123456
  1. .fixedHeader {
  2. position: fixed;
  3. top: 0;
  4. width: 100%;
  5. z-index: 9;
  6. }