Safari video height css fix (#3882)

This commit is contained in:
NodudeWasTaken 2023-07-12 02:45:33 +02:00 committed by GitHub
parent f665aa8bc2
commit c1352f9048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ $sceneTabWidth: 450px;
.video-wrapper {
height: 56.25vw;
max-height: calc(100vh - #{$menuHeight});
overflow: hidden;
position: relative;
width: 100%;
@media (min-width: 1200px) {
@ -34,6 +33,7 @@ $sceneTabWidth: 450px;
.video-js {
height: 100%;
position: absolute;
width: 100%;
.vjs-button {