CSS Snippet: Make the block section not full height for ACSS

Last updated

Last updated
/* ACSS: Make the edtitor not full height */
body .is-root-container {
min-block-size: unset !important;
}
body .editor-styles-wrapper.block-editor-writing-flow {
min-block-size: unset !important;
}