Add scroll bar to chats list
This commit is contained in:
@ -127,3 +127,7 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-list {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user