mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix overflow issue on sidebar
This commit is contained in:
		@@ -182,6 +182,12 @@ ComunicWeb.components.sideBar.main = {
 | 
			
		||||
				this.applyGroup(friendsTarget, groups[e.id], e.last_activity);
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		createElem2({
 | 
			
		||||
			appendTo: friendsTarget,
 | 
			
		||||
			type: "li",
 | 
			
		||||
			innerHTML: "<div style='height: 50px'></div>",
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		$(friendsTarget).slimscroll({
 | 
			
		||||
			flex: 2,
 | 
			
		||||
			height: "100%"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user