lianginx / chatgpt-nuxt

基于 Nuxt.js 框架的 ChatGPT 类项目,支持 OpenAI 和 Azure 两种 API 切换,支持黑暗模式、中英日多语言切换。
https://ai.in-x.cc/
MIT License
216 stars 69 forks source link

Fix mobile height issue #30

Closed itTkm closed 1 year ago

itTkm commented 1 year ago

In the case of accessing the website using a mobile browser, the content should be displayed entirely without the need for vertical scrolling. However, it appears that scrolling was required in practice.

For example, when entering a message, the text area was hidden below, requiring scrolling.

I have made the necessary changes to eliminate the need for vertical scrolling on mobile browsers.

Before (Safari, Chrome)

image image image image

After (Safari, Chrome)

image image image image