I have a parent div inside which I have multiple divs which are children of parent div, But I don’t get that why those child divs are overflowing outside the parent div,
I want parent div to adjust it’s height according to the number of child divs inside it.
Heres the fiddle
Just make
overflow:hiddeninstead ofoverflow:visibleDemo