Fix touch overlay max-height on mobile (#1541)
This commit is contained in:
parent
178b0d751d
commit
6136ae7d73
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue