Fix safari fullscreen (#495)

This commit is contained in:
Danial Haddadi 2021-10-04 12:05:53 +02:00 committed by GitHub
parent eea4ed14dc
commit 469b194d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@
background-color: rgba(8, 8, 8, 0.75) !important;
color: white !important;
}
.shaka-video-container:-webkit-full-screen {
max-height: none !important;
}
</style>
<script>