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;