1
0

Remove smooth-scroll from chat window

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-03-26 10:17:03 -07:00
parent c13b173c18
commit 6dacea7e69

View File

@ -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;