fix(components/status): Up & down jump due to content being added to the DOM (#3972)
This commit is contained in:
		
				
					committed by
					
						 Eugen Rochko
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							12e7c81dd8
						
					
				
				
					commit
					64d9c016bd
				
			| @@ -124,7 +124,7 @@ export default class Status extends ImmutablePureComponent { | ||||
|  | ||||
|   saveHeight = () => { | ||||
|     if (this.node && this.node.children.length !== 0) { | ||||
|       this.height = this.node.clientHeight; | ||||
|       this.height = this.node.getBoundingClientRect().height; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user