Now that Bootstrap 4 is out I thought some may benefit from this layout which is now a little easier thanks to flexbox.
Bootstrap 4 Demo
.grow {
flex: 1;
overflow: hidden;
}
.main,.side {
overflow-y: auto;
height:calc(100% - 55px);
}
.footer,.header {
height: 55px;
}