diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-26 15:56:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-26 15:56:49 +0200 |
commit | 27f4a1ecbc510d315ba12ee5368632b8804e69cf (patch) | |
tree | b68153269e61f48d9c9634f3a5fc173a71d4512f /client/src/app/shared/shared-main | |
parent | 03a5e95ce184a418341c349050dfa889375da9b9 (diff) | |
download | PeerTube-27f4a1ecbc510d315ba12ee5368632b8804e69cf.tar.gz PeerTube-27f4a1ecbc510d315ba12ee5368632b8804e69cf.tar.zst PeerTube-27f4a1ecbc510d315ba12ee5368632b8804e69cf.zip |
Fix menu dropdown overflow
Weird issue conflicting with the dropdown config from the menu component
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/misc/top-menu-dropdown.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.html b/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.html index ee3346ea9..d884e75b2 100644 --- a/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.html +++ b/client/src/app/shared/shared-main/misc/top-menu-dropdown.component.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <a *ngIf="menuEntry.routerLink && isDisplayed(menuEntry)" [routerLink]="menuEntry.routerLink" routerLinkActive="active" class="title-page title-page-settings" #routerLink (click)="onActiveLinkScrollToTop(routerLink)">{{ menuEntry.label }}</a> | 4 | <a *ngIf="menuEntry.routerLink && isDisplayed(menuEntry)" [routerLink]="menuEntry.routerLink" routerLinkActive="active" class="title-page title-page-settings" #routerLink (click)="onActiveLinkScrollToTop(routerLink)">{{ menuEntry.label }}</a> |
5 | 5 | ||
6 | <div *ngIf="!menuEntry.routerLink && isDisplayed(menuEntry)" ngbDropdown class="parent-entry" | 6 | <div *ngIf="!menuEntry.routerLink && isDisplayed(menuEntry)" ngbDropdown class="parent-entry" |
7 | #dropdown="ngbDropdown" autoClose="true"> | 7 | #dropdown="ngbDropdown" autoClose="true" container="body"> |
8 | <span | 8 | <span |
9 | *ngIf="isInSmallView" | 9 | *ngIf="isInSmallView" |
10 | tabindex=0 | 10 | tabindex=0 |