Make child div overflow inside parent div?
问题 I've looked a dozens of questions and answers and searched for hours and I cannot find any information on this specific scenario. So I have a parent div with a child div inside it. The child div contains some content, enough to spill outside the parent div. For some reason (I have no idea why) the child div isn't creating a scrollbar, even with overflow: auto . Simple demonstration of the issue: HTML: <fieldset id='parentDiv'> <div id='childDiv'> <p>some text yo</p> <p>some text yo</p> <p