mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-10-31 07:29:02 +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