html - Stretch Container to Fit CSS Columns -


i'm having issue css columns property. namely, cannot seem container surrounding them stretch width of columns seen here: http://jsfiddle.net/niaconis/43k5s/5/

seems lot similar issue floats, horizontal instead of vertical, pseudo-element clearfix doesn't one.

how can container wrap columns?

p.s. know xy problem, merely curiosity. don't care achieving layout example. care finding out why container doesn't stretch wrap contents.

the absolute positioning of element causing browser incorrectly calculate how wide should when using columns property. remove , element stretches should.


Comments