I am currently facing an issue with my Angular app using Bootstrap 5. The main html/body scrollbar does not work when elements overflow the view. I have tried various solutions such as setting a fixed height, adjusting overflow-y to scroll or auto for body and html, and manipulating overflow for custom divs, but nothing has resolved the problem. I suspect that my use of ng-templates and ng-containers may be the reason the scroll bar is not appearing.
Since I am unsure of which code snippets to provide, please let me know if you need me to share any specific code sections.
Attached is a screenshot of the issue for reference.