История изменений
Исправление static_lab, (текущая версия) :
https://jsbin.com/geloxicino/edit?html,css,output
html, body {
height: 100%;
margin: 0;
}
.full-height {
display: flex;
flex-direction: column;
height: 100%;
}
.bar {
background-color: gray;
height: 50px;
}
.content {
flex-grow: 1;
overflow: auto;
}
Исправление static_lab, :
https://jsbin.com/geloxicino/edit?html,css,output
[code=css] html, body { height: 100%; margin: 0; }
.full-height { display: flex; flex-direction: column; height: 100%; }
.bar { background-color: gray; height: 50px; }
.content { flex-grow: 1; overflow: auto; } [/code]
Исходная версия static_lab, :