X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Faction-dropdown.component.ts;h=15f9556dc95b89bf035c929705a3f1be4aa0461e;hb=0c4bacbff53bc732f5a2677d62a6ead7752e2405;hp=8fcaa38b968661525207e06ac835fb6bee4791c0;hpb=62068f4153cb1e67fe30a7f92947c3f2ec058c73;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/buttons/action-dropdown.component.ts b/client/src/app/shared/buttons/action-dropdown.component.ts index 8fcaa38b9..15f9556dc 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.ts +++ b/client/src/app/shared/buttons/action-dropdown.component.ts @@ -27,6 +27,7 @@ export class ActionDropdownComponent { @Input() entry: T @Input() placement = 'bottom-left auto' + @Input() container: null | 'body' @Input() buttonSize: DropdownButtonSize = 'normal' @Input() buttonDirection: DropdownDirection = 'horizontal'