Limit tiddler height?

Add the following content to the stylesheet you’ve already created:

.tc-edit-texteditor { max-height:50vh; overflow:hidden auto; }

and, of course, remove the previous .tc-tiddler-edit-view CSS rule.