Forum Bugs

Issue with min-height resulting in overlapping elements

illbzo1
Hey guys, Tyler from DocRaptor again :)
I dug around in the forum, but didn't find anything super relevant, so here's a new thread!

A while back we had a user reporting some issues with elements that had a min-height set. The issue results in overlaps between elements when a min-height is set (notably on .story elements, shown in the sample).

Here's the input HTML:
https://www.dropbox.com/s/pjmblh56o72if1c/overflow-test.html?dl=0

And the output PDF:
https://www.dropbox.com/s/1h5v8qutfeoca4k/overflow-test.pdf?dl=0

We've offered various solutions (switching to floats, using absolute positioning, etc) but min-height is required for his output.

Any ideas on this one? Anything we can do to get min-height to work as expected, in this case?