Merge branch 'video-fix' into 'develop'
Fix video visibility in media modal See merge request soapbox-pub/soapbox!1938
This commit is contained in:
commit
b8c651fc96
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
video {
|
||||
display: block;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.fullscreen {
|
||||
|
@ -51,7 +52,6 @@
|
|||
&--inline {
|
||||
video {
|
||||
object-fit: contain;
|
||||
position: relative;
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue