I have a ng bootstrap modal with an angular-calendar inside of it (https://github.com/mattlewis92/angular-calendar#getting-started) like this:
When I click in a day with a badge I open another modal, but when I close this second modal I can't make scroll in the calendar modal.
How can I fix this?
I had the same bug when trying to stack a ng-bootstrap modal above an other one.
My fix was to create and use a ng-bootstrap-modal-stack library with a secondary modal.