nickzuber / markup

:sparkles::turtle: Create & share TeX snippets with rich math typesetting and markdown support.
https://markup-app.com/
MIT License
7 stars 2 forks source link

Bad scrolling support on textarea #8

Closed nickzuber closed 7 years ago

nickzuber commented 7 years ago

In a document, the textarea is weird and doesn't scroll.

I think this has to do with the height of the document and the textarea itself not being as tall as its contents. This shouldn't be too hard of a fix — simply make it so the textarea's height is relative to what it's value is.

I'm sure this has been done before since it would seem to be like a very common problem.

nickzuber commented 7 years ago

http://jsfiddle.net/n9uuv0hd/80/ looks promising