fix: settings save issue

This commit is contained in:
Timothy J. Baek 2023-11-24 08:59:03 -08:00
parent 937e38d862
commit 4294ec6db8
2 changed files with 6 additions and 6 deletions

View file

@ -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' });