Hi, I noticed this issue when using transparent headers with the theme builder. If a header is applied to a page and has negative bottom margin or a position of absolute, while editing that page, the header will be overlapped by the page content.
I first thought this was a z-index issue with my plugin. After further testing I found that it’s not my plugin. Any header section with those attributes will be overlapped. A stock elementor header with negative bottom margin will do this without my plugin even installed.
I found a simple CSS fix to this and I hope Elementor addresses this quickly. But, for now, you can use this code.
/* ELEMENTOR HEADER OVERLAY IN EDITOR */
.elementor-location-header {
z-index: 99 !important;
}
If they don’t fix it soon I can add this code to my plugin but I’d rather it just work correctly on their end.
Hope this helps!