Added scrollbar style to private chat list
This commit is contained in:
parent
c6a4120cf8
commit
d298f0d656
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ $client_info_avatar_size: 10em;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
@include chat-scrollbar-vertical();
|
||||||
|
|
||||||
width: 25%;
|
width: 25%;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue