.container-two {
max-height: 100%;
margin-bottom: 30px;
overflow: auto;
}
But still, now, when I shrink the height of the Browser, at some position, container-one get's also shrinked along with container-twoThat happens at around 315px - realistically is this going to be a problem in the real world? Are there devices that are that small and if so are they not going to be having other issues with the content at that size?
Something like
CSS
Open in new window
HTMLOpen in new window
Working sample here