brylie / langflow-fastapi-htmx

Langflow chat proxy and frontend using FastAPI and HTMX
MIT License
8 stars 5 forks source link

Chat messages jumping to bottom rather than displaying from the top #15

Closed brylie closed 4 months ago

brylie commented 4 months ago

The chat often gives long responses to questions. However, when the response displays in the UI, the chat scrolls to the bottom of the message. This means that users must scroll back up each time a message is received to read the response. Rather, it would be good if the top of the message was in focus on the page initially.