prevent regression #295
This commit is contained in:
parent
88f6f985e2
commit
4f2039368b
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ video {
|
||||||
video {
|
video {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
&.video--hidden {
|
&.video--hidden {
|
||||||
height: $height-video-embedded;
|
height: $height-video-embedded;
|
||||||
|
|
Loading…
Reference in a new issue