When we enter or view text in the Kendo Editor using an iPad, the editor appears to grow indefinitely instead of scrolling. When very long text is viewed, this means there is no way to get to the bottom of the text, since there is no scrollbar. This happens even when we view the editor demo (http://demos.kendoui.com/web/editor/index.html) on an iPad. We need to set a maximum height on the Editor so that iPad scrolling is available, and the editor does not grow. How can we constrain the height of the editor in this way? Setting HtmlAttributes with a max-height doesn't appear to do anything.