Skip to content

Commit

Permalink
fix(control-bar): audio player no longer responds to touch events (#7825
Browse files Browse the repository at this point in the history
)
  • Loading branch information
amtins authored Jul 1, 2022
1 parent b22a08a commit 1445f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/components/_control-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

// no flex support
Expand Down

0 comments on commit 1445f87

Please sign in to comment.