How do most folks allow Editors to change the background image on components with padding class that “covers” the image? For example, section_header54:
For anyone else looking, I’m not sure if this is best practice since the components don’t come out-of-the-box like this, but my fix was:
max-width-large
and header54_background-image
classes, add the z-index-1
class to bring them to the “front”.image-overlay-layer
div, change the pointer events property to None. Alternatively add the point-events-none
class.