Use the “Menu Anchor” element and then use this css. Change the “100” to adjust height.

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: “”;
display:block;
height: 100px; /* fixed header height*/
margin: -100px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}