Currently, I am in the process of upgrading my Angular app from version 15 to version 16. Following the documentation, I have updated the @ng-bootstrap/ng-bootstrap
package to version 15. However, after this update, I am facing issues with the NgbModals
not functioning correctly in the user interface. Each time I open a modal, it displays a black overlay and becomes unresponsive. Any suggestions on how to resolve this issue would be greatly appreciated.
The z-index property is set to element.style { z-index: 1055; }
I have also included my package.json for your reference.
Removing the z-index resolves the problem, but I cannot do so from my global styles.scss file.