I'm working on a HTML layout with side-by-side panels containing separately scrollable contents:
Things look as aspected in Chrome, Firefox and Safari (for Windows).
However, in IE11, the panel contents don't stretch to bottom of the panels.
It seems to have to do with overflow-y: auto;
vs position: absolute;
inside the display: table-cell;
container.
Any suggestions on how to fix this?