I'm currently experiencing some challenges trying to make a parent div expand to fit its contents which are positioned absolutely.
The footer is reaching the bottom of the screen, but not the bottom of the document. This issue is clearly caused by the absolute positioning disrupting the page flow.
https://i.sstatic.net/NphEI.png
I am curious if there is a workaround or a small trick to realign things and restore the flow while retaining the absolute positioning.