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 {
|
video {
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fullscreen {
|
&.fullscreen {
|
||||||
|
@ -51,7 +52,6 @@
|
||||||
&--inline {
|
&--inline {
|
||||||
video {
|
video {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
position: relative;
|
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue