We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb272f commit b07bcadCopy full SHA for b07bcad
1 file changed
src/app/core/layout/component/app-topbar/app-topbar.component.html
@@ -54,8 +54,8 @@
54
</ng-template>
55
</div>
56
57
- <p-menu #accountMenu [popup]="true" [model]="accountMenuItems"></p-menu>
58
- <p-overlayPanel #notificationsPanel styleClass="topbar-notifications-panel" [showCloseIcon]="true" (onShow)="markNotificationsAsRead()">
+ <p-menu #accountMenu [popup]="true" [model]="accountMenuItems" [appendTo]="'body'"></p-menu>
+ <p-overlayPanel #notificationsPanel styleClass="topbar-notifications-panel" [showCloseIcon]="true" [appendTo]="'body'" (onShow)="markNotificationsAsRead()">
59
<div class="topbar-notifications">
60
<div class="topbar-notifications__header">
61
<strong>Notifications</strong>
0 commit comments