Skip to content

Commit

Permalink
Safari video height css fix (stashapp#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
NodudeWasTaken authored Jul 12, 2023
1 parent f665aa8 commit c1352f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/v2.5/src/components/ScenePlayer/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -34,6 +33,7 @@ $sceneTabWidth: 450px;

.video-js {
height: 100%;
position: absolute;
width: 100%;

.vjs-button {
Expand Down

0 comments on commit c1352f9

Please sign in to comment.