feature: smooth scrolling

This commit is contained in:
Andy Burke 2025-10-12 16:25:28 -07:00
parent 9e8dc14029
commit 10b3e9ff72

View file

@ -6,6 +6,7 @@
#chat #chat-content {
overflow-y: scroll;
scroll-behavior: smooth;
position: absolute;
top: 0;
left: 0;