PrimeNG p-dialog positionTop
问题 We are displaying an Angular 4 application inside IFrame. We use PrimeNG components and in one of the situations, we need to display PrimeNG p-dialog box. By default, p-dialog box is shown in the center of Iframe (in terms of height), and not the top window's (iframe container's) height. I find a attribute positionTop in p-dialog, where we can set the height of p-dialog window, and created a directive overlayPosition to be used in p-dialog element as below. <p-dialog [header]="header" [