mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +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 {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
// no flex support
|
||||
|
Loading…
Reference in New Issue
Block a user