The easiest way to achieve this would be to add background: white to the header menu.
If you navigate to Online Store, … next to Customize, then Edit Code.
From there locate base.css and add background: white**;** to .header__inline-menu as shown below.
.header__inline-menu {
margin-left: -1.2rem;
grid-area: navigation;
display: none;
background: white;
}
Hope this helps
Simon