Found a solution, going to Appearance > Customize > Additional CSS and leaving in this code snippet below should solve it. Can apply to other themes.
header.wp-block-template-part { position: relative;z-index: 1000; }
header.wp-block-template-part + div {
position: relative;z-index: 1;
}