Scroll infinite.

This commit is contained in:
retoor 2025-02-17 19:30:50 +01:00
parent 8b98935d11
commit 5b03ecda3f

View File

@ -79,17 +79,20 @@ a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #1a1a1a; background-color: #1a1a1a;
overflow: hidden;
} }
.chat-header { .chat-header {
padding: 10px 20px; padding: 10px 20px;
background-color: #0f0f0f; background-color: #0f0f0f;
border-bottom: 1px solid #333; border-bottom: 1px solid #333;
user-select: none;
} }
.chat-header h2 { .chat-header h2 {
font-size: 1.2em; font-size: 1.2em;
color: #fff; color: #fff;
} }
.message-list { .message-list {
@ -242,6 +245,7 @@ input[type="text"], .chat-input textarea {
} }
.avatar { .avatar {
user-select: none;
opacity: 1; opacity: 1;
} }
@ -258,7 +262,7 @@ input[type="text"], .chat-input textarea {
/* The entire scrollbar */ /* The entire scrollbar */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 6px; display:none;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {