Skip to content

Commit 1445f87

Browse files
authored
fix(control-bar): audio player no longer responds to touch events (#7825)
1 parent b22a08a commit 1445f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/components/_control-bar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
4848
opacity: 1;
4949
visibility: visible;
50+
pointer-events: auto;
5051
}
5152

5253
// no flex support

0 commit comments

Comments
 (0)