1
0
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:
André 2022-07-01 21:17:43 +02:00 committed by GitHub
parent b22a08aad0
commit 1445f87800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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