Scroll infinite.

This commit is contained in:
retoor 2025-02-17 19:21:03 +01:00
parent 2fb6be753e
commit 24cd378c9d

View File

@ -102,10 +102,15 @@ a {
.chat-messages { .chat-messages {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 10px; padding: 10px;
height: 200px; height: 200px;
background: #1a1a1a; background: #1a1a1a;
} }
.chat-messages::-webkit-scrollbar {
display: none;
}
.chat-messages .message { .chat-messages .message {
display: flex; display: flex;