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

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>