Add scroll bar to chats list
This commit is contained in:
parent
59c2029535
commit
845c03e8ad
1 changed files with 4 additions and 0 deletions
|
@ -127,3 +127,7 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-list {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue