By default dropdown panel is rendered as child element of ng-select, but you can append dropdown to any element using appendTo.

If you place ng-select inside container with fixed height and hidden overflow then dropdown will not be fully visible.

Without appendTo With appendTo