I have trouble making parent div overflow with the child div's height.
Parent div has position:absolute
and I want this parent div to auto expand with the child div's content.
And both child div's should always be 100% height based on the each other's content.
Here is the DEMO what I have tried so far.