Is there a way to increase the height of a column within a fixed size overflowed div?
When using overflow: auto
, setting height: 100%
does not extend all the way to the end of the scroll.
In my JSFiddle demonstration, I am aiming for the red column to match the size of the blue column.