Markdown editor height
Does anyone know how to give the markdown editor a max height and make it scrollable. Just giving it a height css class does make it that height, but the editor area itself is then not scrollable and as such becomes impossible to use. I have a really long markdown document that makes the page impossibly long to scroll down to save, and whilst I know the ctrl or cmd and s, the users of the app do not.
1 Reply
Solution
->maxHeight('300px')
?