Header.less 75 Bytes
Newer Older
jim's avatar
jim committed
1 2 3 4 5 6
.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}