provide specific engine boundaries for nodejs and yarn
[oweals/peertube.git] / client / src / app / shared / buttons / action-dropdown.component.ts
index 8fcaa38b968661525207e06ac835fb6bee4791c0..15f9556dc95b89bf035c929705a3f1be4aa0461e 100644 (file)
@@ -27,6 +27,7 @@ export class ActionDropdownComponent<T> {
   @Input() entry: T
 
   @Input() placement = 'bottom-left auto'
+  @Input() container: null | 'body'
 
   @Input() buttonSize: DropdownButtonSize = 'normal'
   @Input() buttonDirection: DropdownDirection = 'horizontal'