Browse Source

Fix video player styling.

pull/617/head
Sebastian 5 years ago
parent
commit
c56697c7df
  1. 2
      frontend/app/framework/angular/video-player.component.scss

2
frontend/app/framework/angular/video-player.component.scss

@ -2,6 +2,8 @@
.video-js {
&.vjs-fluid {
height: 100%;
padding: 0;
position: static;
}
}
}

Loading…
Cancel
Save