My solution to this problem based on this link:
<ng-select appendTo="body" [items]="items"></ng-select>
And style to app.scss
or with ::ng-deep
when it needs to use only for one|isolate component.
.ng-dropdown-panel {
z-index: 2102 !important;
}