forked from open-webui/open-webui
fix: settings save issue
This commit is contained in:
parent
937e38d862
commit
4294ec6db8
2 changed files with 6 additions and 6 deletions
|
@ -88,7 +88,7 @@
|
|||
{#if autoScroll === false && messages.length > 0}
|
||||
<div class=" flex justify-center mb-4">
|
||||
<button
|
||||
class=" bg-white/20 p-1.5 rounded-full"
|
||||
class=" bg-white border border-gray-100 dark:border-none dark:bg-white/20 p-1.5 rounded-full"
|
||||
on:click={() => {
|
||||
autoScroll = true;
|
||||
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue