I am facing an issue with a nested modal where the backdrop hangs behind the already opened modal. I have gone through the documentation and found ModalBackdropComponent
with a selector of bs-modal-backdrop
. However, I am unsure about how to specify the position of the backdrop to resolve this problem. I am not sure if this is due to a z-index conflict or if there is a specific placement required for the backdrop.