SOLVED: Z-Index of "EDIT HEADER" button in the builder appears behind some elements

Bricks Version: 1.5 beta
Browser: Brave
OS: macOS
URL: n/a

I have an element in my header with a Z-INDEX of 999, when editing a page in the builder, the button to edit the header appears below that element in the editor so it is my thinking that buttons like that need to have a Z-INDEX of 999999999999999 or something like that :slight_smile:

Hi Ian,
you can add this yourself in Bricks ยป Settings ยป Custom CSS if you like :wink:

.bricks-area-label.header {
  z-index: 999999999999999;
}

Best regards,
timmse

Hi, yep I did do that, and for the footer also but I do believe it would be good to include it as standard.