[FIX] prevent setting height via inline style on #remoteVideos - not necessary at all and messing up the position
This commit is contained in:
parent
0414f56dab
commit
21579785da
|
@ -18,6 +18,7 @@
|
|||
text-align: right;
|
||||
transition: padding 2s ease 0s, height 2s ease 0s;
|
||||
width: auto;
|
||||
height: auto !important;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue