mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Enabled slimScroll on conversation list
This commit is contained in:
parent
78df5455c3
commit
aa74943b01
@ -4,6 +4,10 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.conversations-list-box ul {
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.conversations-list-box .last-activity {
|
||||
margin-left: 5px;
|
||||
color: #777;
|
||||
|
@ -226,6 +226,11 @@ ComunicWeb.components.conversations.list = {
|
||||
ComunicWeb.components.conversations.list.showConversationEntry(conversationInfos, liElem, listBox);
|
||||
}
|
||||
|
||||
//Enable scrollbar
|
||||
$(ulElem).slimScroll({
|
||||
height: '100%'
|
||||
});
|
||||
|
||||
}, true);
|
||||
|
||||
//Success
|
||||
|
Loading…
Reference in New Issue
Block a user