mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: multi response scroll behaviour
This commit is contained in:
parent
170ec2f9d0
commit
2d99f275a3
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@
|
|||
const messageElement = document.getElementById(`message-${messageId}`);
|
||||
console.log(messageElement);
|
||||
if (messageElement) {
|
||||
messageElement.scrollIntoView({ block: 'center' });
|
||||
messageElement.scrollIntoView({ block: 'start' });
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue