After working on integrating my interactive SVG maps into my HTML pages, I encountered a minor issue: when inserting my inline SVG into a standard, non-responsive HTML document, it automatically adjusts itself to fit nicely within the user's viewport. You can view it here.
However, when attempting to incorporate a Bootstrap navbar into the page, the inline SVG appears to "grow" larger than usual compared to the non-Bootstrap version. You can see the difference here.
This leads me to the question: how can I make the Bootstrap version behave like the normal version? In other words, how do I ensure that the Bootstrap version fits nicely within the user's viewport?
(Please note: the discrepancy is only visible if your browser is at maximum size; please avoid resizing your browser)