aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-20 14:19:23 +0100
committerChocobozzz <me@florianbigard.com>2020-11-20 14:19:23 +0100
commit8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d (patch)
tree53e7ffd6bec193471c34ae85b8d4d7bbe155e5fd /client/src/app/shared/shared-main/buttons
parent939917705fa3fa93ab7036b5e7e9aaf5f1d0023e (diff)
downloadPeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.tar.gz
PeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.tar.zst
PeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.zip
Fix dropdowns z-index
Diffstat (limited to 'client/src/app/shared/shared-main/buttons')
-rw-r--r--client/src/app/shared/shared-main/buttons/action-dropdown.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
index 12933d4ca..8b363b351 100644
--- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
+++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html
@@ -7,7 +7,7 @@
7 <my-global-icon *ngIf="!label && buttonDirection === 'vertical'" class="more-icon" iconName="more-vertical"></my-global-icon> 7 <my-global-icon *ngIf="!label && buttonDirection === 'vertical'" class="more-icon" iconName="more-vertical"></my-global-icon>
8 8
9 <span *ngIf="label" class="dropdown-toggle">{{ label }}</span> 9 <span *ngIf="label" class="dropdown-toggle">{{ label }}</span>
10</button> 10 </button>
11 11
12 <div ngbDropdownMenu class="dropdown-menu"> 12 <div ngbDropdownMenu class="dropdown-menu">
13 <ng-container *ngFor="let actions of getActions()"> 13 <ng-container *ngFor="let actions of getActions()">