79358346

Date: 2025-01-15 13:12:19
Score: 1
Natty:
Report link

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;
}
Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Viktor Ivliiev