mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
fix(control-bar): audio player no longer responds to touch events (#7825)
This commit is contained in:
parent
b22a08aad0
commit
1445f87800
@ -47,6 +47,7 @@
|
|||||||
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
// no flex support
|
// no flex support
|
||||||
|
Loading…
Reference in New Issue
Block a user