1
0
Fork 0

Fix fullscreen on ios

This commit is contained in:
Chocobozzz 2020-07-31 15:54:52 +02:00
parent 3991fcf29f
commit d45f3641d0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -609,3 +609,9 @@ my-video-comments {
}
}
}
// Special case for iOS, that takes into account the width for fullscreens
#video-wrapper ::ng-deep .video-js.vjs-fullscreen {
max-width: unset;
}