mirror of https://github.com/Chocobozzz/PeerTube
Fix video actions dropdown overflow
parent
d3de25552b
commit
27b785dcfc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue