style.css 144 B

123456789
  1. .header{
  2. position: sticky;
  3. top: 0;
  4. left: 0;
  5. z-index: 102;
  6. width: 100%;
  7. background: #ED0039;
  8. pointer-events: auto;
  9. }