Merge pull request #949 from m-voloshin/videospace-layout-fix

Removed initial animation of the video thumbnail
This commit is contained in:
yanas 2016-09-28 11:50:46 -05:00 committed by GitHub
commit 066b4f16a0
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#videoconference_page {
min-height: 100%;
}
#videospace {
display: block;
min-height: 100%;
position: absolute;
top: 0px;
left: 0px;