I implemented a ng bootstrap modal with an angular-calendar nested inside (https://github.com/mattlewis92/angular-calendar#getting-started) like the following:
https://i.sstatic.net/vHRJl.png
After opening a secondary modal by clicking on a day with a badge, I encountered an issue where the scroll functionality within the calendar modal stopped working upon closing the second modal.
Any suggestions on how to resolve this issue would be greatly appreciated!