style.css 239 B

123456789101112131415
  1. .header{
  2. position: sticky;
  3. top: 0;
  4. left: 0;
  5. z-index: 102;
  6. width: 100%;
  7. background: rgb(21 , 21, 21);
  8. pointer-events: auto;
  9. }
  10. .header__inner{
  11. position: relative;
  12. height: 106px;
  13. padding: 12px 20px;
  14. }