Hello! So I have an editor that is wrapped inside a div that has some predetermined height. The default behavior is that the editor will grow with content but I don’t want that. How to make the editor takes up all the space inside the div? That is, set the max-height of it to the height of the div and scroll after that?