From 6dacea7e69549379ab4e9296a046cc7f29a94512 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sat, 26 Mar 2022 10:17:03 -0700 Subject: [PATCH] Remove smooth-scroll from chat window Signed-off-by: James Ketrenos --- client/src/Chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/Chat.css b/client/src/Chat.css index 20e3850..58bd134 100644 --- a/client/src/Chat.css +++ b/client/src/Chat.css @@ -14,7 +14,7 @@ flex-grow: 1; /* for Firefox */ min-height: 0; - scroll-behavior: smooth; + /*scroll-behavior: smooth;*/ align-items: flex-start; overflow-x: hidden; overflow-y: scroll;