Expand the input bar downwards so you always see all the text you're tpying
Is your feature request related to a problem? Please describe. When you type a message, the input box should expand downwards instead of overflowing the box and cutting off previous text.
Describe the solution you'd like Input box expands downwards when you type depending on amount of newlines, and resets when you send your msg. Additionally, you can make it reset when it loses focus, and expand when it gains focus.
Additional context
How it's handled on Discord (for AO it can be limited to max 5 lines)

Note that instead of expanding upwards, it should expand downwards so it does NOT block your IC.
this was one of the first things I did when I worked on AC. It can take a while to get it working right