I have a div which is bing map and i want to stretch it to fill all height. For width i just used container-fluid
but height is more tricky because nav bar and footer have some constant height and when i set map height to lets say 90vh then if i change window height sooner or later map will be covered a little with footer or navbar height can change if width is smaller because all text won't fit in one line and once again map will be covered a little and scrollbar shows up.
Nav bar is at top of the page and footer is sticked to the bottom. I dont want to have scrollbar. I want to somehow anchor div with map to the nav bar and to footer so it will fully stretch between them. Is there a way to keep for example 10px distance to div above and 10px to div bellow? So it will stretch or shrink to keep that?
How to achive this with bootstrap and/or css?