From 5b03ecda3f3f9ae515dd00a4e421255535a2f215 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 17 Feb 2025 19:30:50 +0100 Subject: [PATCH] Scroll infinite. --- src/snek/static/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/snek/static/base.css b/src/snek/static/base.css index a928a72..7be47ca 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -79,17 +79,20 @@ a { display: flex; flex-direction: column; background-color: #1a1a1a; + overflow: hidden; } .chat-header { padding: 10px 20px; background-color: #0f0f0f; border-bottom: 1px solid #333; + user-select: none; } .chat-header h2 { font-size: 1.2em; color: #fff; + } .message-list { @@ -242,6 +245,7 @@ input[type="text"], .chat-input textarea { } .avatar { + user-select: none; opacity: 1; } @@ -258,7 +262,7 @@ input[type="text"], .chat-input textarea { /* The entire scrollbar */ ::-webkit-scrollbar { - width: 6px; + display:none; } ::-webkit-scrollbar-track {