body.is-editorkit-height-on {

	.edit-post-layout__content .edit-post-visual-editor {

		> div > .editor-writing-flow {
			min-height: calc(100vh - 160px);
		}
	}
}
