diff --git a/projects/components/src/copy-to-clipboard/copy-to-clipboard.component.ts b/projects/components/src/copy-to-clipboard/copy-to-clipboard.component.ts index 797372ae2..406eb093f 100644 --- a/projects/components/src/copy-to-clipboard/copy-to-clipboard.component.ts +++ b/projects/components/src/copy-to-clipboard/copy-to-clipboard.component.ts @@ -132,7 +132,7 @@ export class CopyToClipboardComponent implements OnInit, OnDestroy { locationPreferences: [PopoverRelativePositionLocation.AboveCentered] }, componentOrTemplate: this.notificationTemplate, - backdrop: PopoverBackdrop.Transparent + backdrop: PopoverBackdrop.None }); return of(popoverRef).pipe(