I am facing an issue with a parent div and its 2 child divs.
<div id="parent">
<div class="child1 col-2"></div>
<div class="child2 col-10"></div>
</div>
The child1 div has absolute positioning and collapsible items. When I expand the collapsible items within child1, its height increases. How can I adjust the height of the parent div and/or child2 div to accommodate the increased height of child1 after the page has already loaded?