I\'m using a modal popup when users click the map on this page here, which brings up a larger map with directions.
The map isn\'t filling the entire space however an
Try to use this
padding: 0;
Css:
.modal-body { max-height: 400px; overflow-y: auto; padding: 0; position: relative; }