I recently implemented Bootstrap navs into a dialog, but encountered an issue - every time I switch to another nav option, the dialog resizes due to the changing content height.
To see the issue in action, you can visit this CodePen link: https://codepen.io/cdemez/pen/JjYmELx
No need for code here, just check out the link above :-)
Is there a way to prevent this dynamic resizing, specifically on desktop (mobile is working fine)?
Note: The current implementation works smoothly on both mobile and desktop devices.