Currently, I am facing an issue with Vue Bootstrap. When I include b-overlay with the no-wrap prop in b-modal, the modal body becomes invisible even when the overlay is not active. For reference, you can check out this example:
https://codesandbox.io/s/friendly-worker-evcyd
I tried using it without the no-wrap prop, but then the modal footer and header are not properly overlaid.