mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Enabled slimScroll on conversation list
This commit is contained in:
@ -226,6 +226,11 @@ ComunicWeb.components.conversations.list = {
|
||||
ComunicWeb.components.conversations.list.showConversationEntry(conversationInfos, liElem, listBox);
|
||||
}
|
||||
|
||||
//Enable scrollbar
|
||||
$(ulElem).slimScroll({
|
||||
height: '100%'
|
||||
});
|
||||
|
||||
}, true);
|
||||
|
||||
//Success
|
||||
|
Reference in New Issue
Block a user