Skip to content

Commit

Permalink
Fix overlay visibility on complete
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Aug 22, 2017
1 parent 3392389 commit 35a88d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/jwplayer/states.less
Expand Up @@ -40,7 +40,7 @@ body .jw-error {
body .jwplayer.jw-state-error,
body .jw-error,
.jw-state-idle,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player) {
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related) {
// Show the title
.jw-title {
display: block;
Expand Down

0 comments on commit 35a88d0

Please sign in to comment.