felixbade / assistant

Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested
https://assistant.bloat.app
ISC License
125 stars 25 forks source link

If assistant responds quickly, scrolling doesn't follow it #61

Closed felixbade closed 1 year ago

felixbade commented 1 year ago

If assistant responds while the smooth scrolling to the user's message is still in progress, the scrolling doesn't follow the assistant's stream.

felixbade commented 1 year ago

Actually this happens every time. The reason is that the body's bottom border goes behind the compose box. Needed to change body's margin-bottom to padding-bottom (ec213b2). Published in 1.1.5