[FIX] prevent setting height via inline style on #remoteVideos - not necessary at all and messing up the position

This commit is contained in:
luciash d' being 2016-01-21 15:30:12 +01:00
parent 0414f56dab
commit 21579785da
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
text-align: right;
transition: padding 2s ease 0s, height 2s ease 0s;
width: auto;
height: auto !important;
z-index: 5;
}