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:
#details
height can vary depending on the content but will have a minimum height (e.g. 400px)#items
can have 1 to N items, therefore scroll bar should hide if not needed (overflow-y: auto)