I'm having trouble identifying the issue with this particular layout.
My goal is to maintain a Single Page Application layout where the "deepest" component only becomes scrollable if the viewport height is too small, as indicated in the snippet by using overflow-y:scroll
and border: 3px solid black
. The parent divs should always stay within the boundaries of the viewport.
http://codepen.io/minikrob/pen/yJKzKj
Example : https://i.sstatic.net/r27nL.png
Does anyone have any ideas on how to achieve this?
Edit: It turns out it was an issue related to an older version of Google Chrome... special thanks to @kuhnroyal & @Chanthu!