Fix safari fullscreen

This commit is contained in:
DeeHechEss 2021-10-04 08:29:21 +01:00
parent 6b00fe8b8e
commit 3fe826ddca

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>