mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Fix overflow issue on sidebar
This commit is contained in:
parent
9f408509d1
commit
5cf82b3cfb
@ -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%"
|
||||||
|
Loading…
Reference in New Issue
Block a user