Fix touch overlay max-height on mobile (#1541)

This commit is contained in:
saltrafael 2022-05-20 09:23:37 -03:00 committed by GitHub
parent 178b0d751d
commit 6136ae7d73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,12 @@
}
}
iframe {
.vjs-touch-overlay {
max-height: 100% !important;
}
}
.video-js {
// This class is added to the video.js element by the plugin by default.
&.vjs-has-started .vjs-touch-overlay {