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

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>