From 10b3e9ff725aaa88f6b741a0ed7b178495091e2a Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Sun, 12 Oct 2025 16:25:28 -0700 Subject: [PATCH] feature: smooth scrolling --- public/tabs/chat/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/tabs/chat/chat.css b/public/tabs/chat/chat.css index 59c9aac..f09ab3a 100644 --- a/public/tabs/chat/chat.css +++ b/public/tabs/chat/chat.css @@ -6,6 +6,7 @@ #chat #chat-content { overflow-y: scroll; + scroll-behavior: smooth; position: absolute; top: 0; left: 0;