Skip to content

Commit

Permalink
fix: make load progress buffered regions height 100% (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Mar 13, 2017
1 parent 90030d5 commit 424fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 0.3em;
height: 100%;
margin: 0;
padding: 0;
// updated by javascript during playback
Expand Down

0 comments on commit 424fa51

Please sign in to comment.