diff --git a/ui-ngx/src/app/shared/components/popover.component.ts b/ui-ngx/src/app/shared/components/popover.component.ts index 2ccbb615d5..6dc4dab12a 100644 --- a/ui-ngx/src/app/shared/components/popover.component.ts +++ b/ui-ngx/src/app/shared/components/popover.component.ts @@ -472,7 +472,7 @@ export class TbPopoverComponent implements OnDestroy, OnInit { set tbOverlayStyle(value: { [klass: string]: any }) { this._tbOverlayStyle = value; - this.cdr.markForCheck(); + this.cdr.detectChanges(); } get tbOverlayStyle(): { [klass: string]: any } {