I'm looking for a way to make #items div be the same height as #details div and I can't seem to be able to do this with CSS, therefore seeking for SO help.
There are also few nuances:
#detailsheight can vary depending on the content but will have a minimum height (e.g. 400px)#itemscan have 1 to N items, therefore scroll bar should hide if not needed (overflow-y: auto)
