Skip to content

Commit 09ff2dd

Browse files
authored
fix(copy-to-clipboard): remove backdrop for tooltip message (#1391)
1 parent f3a4abf commit 09ff2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/copy-to-clipboard/copy-to-clipboard.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class CopyToClipboardComponent implements OnInit, OnDestroy {
132132
locationPreferences: [PopoverRelativePositionLocation.AboveCentered]
133133
},
134134
componentOrTemplate: this.notificationTemplate,
135-
backdrop: PopoverBackdrop.Transparent
135+
backdrop: PopoverBackdrop.None
136136
});
137137

138138
return of(popoverRef).pipe(

0 commit comments

Comments
 (0)