mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Safari video height css fix (#3882)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user