mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
Safari video height css fix (#3882)
This commit is contained in:
parent
f665aa8bc2
commit
c1352f9048
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue