Fix video visibility in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
6456737d8a
commit
a0493cde3f
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