| 
					
				 | 
			
			
				@@ -60,7 +60,7 @@ const Layout = (($) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const max     = this._max(heights) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      $(Selector.CONTENT).css('min-height', max - (heights.header)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      $(Selector.CONTENT).css('min-height', max - heights.header - heights.footer) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       $(Selector.SIDEBAR).css('min-height', max - heights.header) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |