mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 09:27:58 +00:00 
			
		
		
		
	Solved container height bug
This commit is contained in:
		@@ -17,7 +17,7 @@ function adjustScrollContainerHeight() {
 | 
			
		||||
  
 | 
			
		||||
  // Calculate the available height for the scroll area
 | 
			
		||||
  const availableHeight = window.innerHeight - siblingsHeight;
 | 
			
		||||
  scrollContainer.style.maxHeight = availableHeight + 'px';
 | 
			
		||||
  scrollContainer.style.height = availableHeight + 'px';
 | 
			
		||||
  scrollContainer.style.overflowY = 'auto';
 | 
			
		||||
  scrollContainer.style.overflowX = 'hidden';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user