#footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#999;
}
#middle { top:50px;}.
Подскажите куда копать.Navbar - 50px + footer-82px = 132px;
.block {
height: calc(100vh - 132px);
padding-top: 50px;
background-color: black;
}
#map {
height: 100%;
}