From 8b98935d11496d51a0007db4b78391dde7a69163 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 17 Feb 2025 19:26:16 +0100 Subject: [PATCH] Scroll infinite. --- src/snek/static/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/static/base.css b/src/snek/static/base.css index 9e5a02b..a928a72 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -101,7 +101,7 @@ a { .chat-messages { flex: 1; - overflow-y: auto; + overflow-y: scroll; scrollbar-width: none; -ms-overflow-style: none; padding: 10px;