Fix video actions dropdown overflow

This commit is contained in:
Chocobozzz 2021-04-26 16:23:34 +02:00
parent d3de25552b
commit 27b785dcfc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -15,6 +15,7 @@
<my-action-dropdown
[actions]="videoActions" [label]="label" [entry]="{ video: video }" (click)="loadDropdownInformation()"
[buttonSize]="buttonSize" [placement]="placement" [buttonDirection]="buttonDirection" [buttonStyled]="buttonStyled"
container="body"
></my-action-dropdown>
<my-video-download #videoDownloadModal></my-video-download>