Bug description:
The popup of the Datepicker is (partially) hidden if the surrounding container is too small and has overflow: hidden. Is it possible to add an “append-to-body” or “container” option like NgbTooltip has?
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/uVdkPs6jHQQvw0kFHywi?p=preview
Version of Angular, ng-bootstrap, and Bootstrap:
Angular: 2.4.0
ng-bootstrap: 1.0.0-alpha.19
Bootstrap: 4.0.0-alpha.6
It should be relatively small code change, similar to the one we did for typeahead: bc3fd61
So the solution is to use
container='body'
??