There seems to be an issue with the height not being properly added in the modal body when the modal is opened as a separate component using ng-bootstrap.
The problem can be seen in the following link: https://i.sstatic.net/natkn.png https://stackblitz.com/edit/angular-xwqusl?file=src%2Fapp%2Fmodal-component.ts
However, a working example can be found here: When the modal is not opened as a separate component, it works as expected. https://i.sstatic.net/pup8a.png https://stackblitz.com/edit/angular-tfpf81?file=src%2Fapp%2Fmodal-options.ts,src%2Fapp%2Fmodal-options.html
Is anyone familiar with this issue?