diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 08:10:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 08:22:57 +0200 |
commit | 8527f4b163c41d13820ff0ccf6427643547ab745 (patch) | |
tree | bb204a556a4405506b247b36ae119bc640a5874c /client/src/app/menu/notification.component.html | |
parent | 9ba1faa2eec339d4b9c8acff2631bcb6d24043bc (diff) | |
download | PeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.tar.gz PeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.tar.zst PeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.zip |
Fix menu dropdowns
Better responsive
Avoid menu scrollbar displayed in notification popove
Diffstat (limited to 'client/src/app/menu/notification.component.html')
-rw-r--r-- | client/src/app/menu/notification.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/notification.component.html b/client/src/app/menu/notification.component.html index 907828efb..921d7643f 100644 --- a/client/src/app/menu/notification.component.html +++ b/client/src/app/menu/notification.component.html | |||
@@ -4,7 +4,7 @@ | |||
4 | </ng-template> | 4 | </ng-template> |
5 | 5 | ||
6 | <button | 6 | <button |
7 | [ngbPopover]="popContent" autoClose="outside" placement="bottom" container={this} popoverClass="popover-notifications" | 7 | [ngbPopover]="popContent" autoClose="outside" placement="bottom" container="body" popoverClass="popover-notifications" |
8 | i18n-title title="View your notifications" | 8 | i18n-title title="View your notifications" |
9 | class="border-0 text-start" [ngClass]="{ 'notification-inbox-popover': true, 'shown': opened, 'hidden': isInMobileView }" | 9 | class="border-0 text-start" [ngClass]="{ 'notification-inbox-popover': true, 'shown': opened, 'hidden': isInMobileView }" |
10 | #popover="ngbPopover" (shown)="onPopoverShown()" (hidden)="onPopoverHidden()" | 10 | #popover="ngbPopover" (shown)="onPopoverShown()" (hidden)="onPopoverHidden()" |