You can easily set the height by using css alone, as described in their documentation.
.ck-editor__editable_inline:not(.ck-comment__input *) { height: 300px; overflow-y: auto; }