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

View File

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