Same here. It seems to be a simple CSS definition in the acf-blocks.css causing this:
#editor .edit-post-visual-editor,
#editor .edit-post-layout__metaboxes {
flex-basis: 0%;
flex-grow: 0; }
The “flex-basis: 0%” overwrites WordPress default, which is set to 100%.