How can I increase the z-index of the header in Dawn Theme?

Add this code in your base.css:

section#shopify-section-template--15651735601240__75743119-5a88-4893-a94f-b8ec72fe682e {
  position: relative !important;
  z-index: 1;
}

Result: