diff --git a/frontend/app/framework/angular/video-player.component.scss b/frontend/app/framework/angular/video-player.component.scss index e893319bc..1ecf42e1e 100644 --- a/frontend/app/framework/angular/video-player.component.scss +++ b/frontend/app/framework/angular/video-player.component.scss @@ -2,6 +2,8 @@ .video-js { &.vjs-fluid { height: 100%; + padding: 0; + position: static; } } }