mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
Chat view auto scroll to where user can start reading the response from its beginning, and scroll no more #4115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cjccjj on GitHub (Feb 25, 2025).
Is your feature request related to a problem? Please describe.
Long response auto scroll down too much, user need to scroll back to see the beginning.
Describe the solution you'd like
When respose generated, scroll to where the user's last message start, and stop there. Scroll no more.
Describe alternatives you've considered
n.a.
Additional context
Just like chatgpt, and google gemini UI do.