Is it possible to have two <div>
containers, one with a fixed height and the second one below being dynamic in size to fill up the rest of the viewport?
If there is overflow inside the dynamic container, scrollbars should appear within that container instead of on the viewport itself.
Do you have any ideas on how to achieve this? Would it involve a lot of scripting or can it be done purely through CSS?