How to set the ql-editor height?

May I know how do I set the height of the ql-editor? I added “height” : “600px” in the editorOption but it has no effect. Thank you

That hint is for your site CSS. Add the following code to the site settings:

.ql-editor {
    height: 600px;
}

Thanks eluce. It is woking perfectly now