/* Editor wrapper reset for overlay */
.wp-block-easy-architect-image-display 
  > .block-editor-inner-blocks 
  > .block-editor-block-list__layout {
    position: static !important;
}

/* always fill full height for inside elements flex positioning */
.wp-block-easy-architect-overlay-container .block-editor-inner-blocks,
.wp-block-easy-architect-overlay-container-is-layout-flex {
    height: 100%;
}

/* block-list-appender for caption need pointer-events */
.wp-block-easy-architect-overlay-container .block-list-appender {
    pointer-events: auto;
}

// Fix for block preview heights with absolute container...
.block-editor-block-preview__content-iframe .is-root-container {
    min-height: 200px !important;
}
