X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fmoderation%2Fuser-moderation-dropdown.component.ts;h=f8ad7ce13f9ca54a3fc128a9e764e636308f74ea;hb=444c0a0e017824fb4ce526281a22c4abe0a13c50;hp=9197556b037a70f165a3e7abfa6c29f013cb1f7d;hpb=4c1def5fd8e9f483238eb38e221f555e2e6bbf07;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index 9197556b0..f8ad7ce13 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts @@ -20,8 +20,9 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges { @Input() account: Account @Input() buttonSize: 'normal' | 'small' = 'normal' - @Input() placement = 'left' + @Input() placement = 'left-top left-bottom auto' @Input() label: string + @Input() container: 'body' | undefined = undefined @Output() userChanged = new EventEmitter() @Output() userDeleted = new EventEmitter()