Fix overflow issue on sidebar

This commit is contained in:
Pierre HUBERT 2019-05-16 18:56:45 +02:00
parent 9f408509d1
commit 5cf82b3cfb

View File

@ -182,6 +182,12 @@ ComunicWeb.components.sideBar.main = {
this.applyGroup(friendsTarget, groups[e.id], e.last_activity); this.applyGroup(friendsTarget, groups[e.id], e.last_activity);
}); });
createElem2({
appendTo: friendsTarget,
type: "li",
innerHTML: "<div style='height: 50px'></div>",
});
$(friendsTarget).slimscroll({ $(friendsTarget).slimscroll({
flex: 2, flex: 2,
height: "100%" height: "100%"