Currently, all textareas are only 2 lines and they need to be automatically resized using the resize handle. Instead, they should automatically (vertically) however much lines are in there so you don’t have to scroll in there also (in addition to the global scrollbar).
This can be easily done using Autosize. In addition, the resize handle can then be removed using CSS: textarea { resize:none; }
Currently, all textareas are only 2 lines and they need to be automatically resized using the resize handle. Instead, they should automatically (vertically) however much lines are in there so you don’t have to scroll in there also (in addition to the global scrollbar).
This can be easily done using Autosize. In addition, the resize handle can then be removed using CSS: textarea { resize:none; }