vercel-labs / gemini-chatbot

Build your own generative UI chatbot using the Vercel AI SDK and Google Gemini
https://gemini.vercel.ai
Other
724 stars 257 forks source link

Fix button positioning in PromptForm for multi-line input #29

Closed ghost closed 1 month ago

ghost commented 3 months ago

addresses an issue where the buttons in the PromptForm component would shift upwards when the textarea contained multiple lines of text making the buttons invisible.

vercel[bot] commented 3 months ago

@lobowarren is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

joshuajaco commented 3 months ago

I think a more appropriate fix would be to reduce the border radius. See https://github.com/vercel-labs/gemini-chatbot/pull/30