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