Fix video actions dropdown overflow
This commit is contained in:
parent
d3de25552b
commit
27b785dcfc
|
@ -15,6 +15,7 @@
|
||||||
<my-action-dropdown
|
<my-action-dropdown
|
||||||
[actions]="videoActions" [label]="label" [entry]="{ video: video }" (click)="loadDropdownInformation()"
|
[actions]="videoActions" [label]="label" [entry]="{ video: video }" (click)="loadDropdownInformation()"
|
||||||
[buttonSize]="buttonSize" [placement]="placement" [buttonDirection]="buttonDirection" [buttonStyled]="buttonStyled"
|
[buttonSize]="buttonSize" [placement]="placement" [buttonDirection]="buttonDirection" [buttonStyled]="buttonStyled"
|
||||||
|
container="body"
|
||||||
></my-action-dropdown>
|
></my-action-dropdown>
|
||||||
|
|
||||||
<my-video-download #videoDownloadModal></my-video-download>
|
<my-video-download #videoDownloadModal></my-video-download>
|
||||||
|
|
Loading…
Reference in New Issue