My recommendation is to use calc along with vh:
.map-application { height: 100vh; }
#map { height: calc(100% - 13em); //100% - height of .info-bar }
My recommendation is to use calc along with vh:
.map-application { height: 100vh; }
#map { height: calc(100% - 13em); //100% - height of .info-bar }