Scroll infinite.
This commit is contained in:
parent
2fb6be753e
commit
24cd378c9d
@ -102,10 +102,15 @@ a {
|
||||
.chat-messages {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
padding: 10px;
|
||||
height: 200px;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
.chat-messages::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chat-messages .message {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user