dvcrn / chatgpt-ui

ChatGPT UI with auth, OpenAI, Claude, Gemini support, written in Elixir + LiveView
MIT License
90 stars 17 forks source link

Make textbox scrollable when text input overflows height #8

Closed theodowling closed 1 year ago

theodowling commented 1 year ago

Hi. I'm wondering if you are willing to merge in this simple change.

I was playing around with the app, and whenever my text extended past the height of the textarea it would not scroll and it was impossible to edit my text prompt.

Curious to know if this was intentional?

dvcrn commented 1 year ago

That was not intentional 😄

Thanks for the PR!