I have a Prime-ng p-dialog which loads dynamic data into it. I want to center the dialog in the screen, though the position="top" is set, it looks like it is not aligned at the center.
Is there a way that I add a property or modifiy the property to top align the p-dialog.
<div *ngIf="viewdialog" >
<p-dialog [(visible)]="viewdialog" [modal]="true" [responsive]="true"
[style]="{width: '450px', minWidth: '200px', height:'350px', 'text-align': 'center'}" [minY]="90"
[maximizable]="false" [baseZIndex]="10000" [closeOnEscape]="true" [closable]="false" position="top">
</p-dialog>
</div>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…