Fixes not displayed or partly displayed participant menu.

pull/169/head
hristoterezov 11 years ago
parent 7071e0a1e9
commit 4113a6b204
  1. 2
      css/videolayout_default.css

@ -20,6 +20,7 @@
border:1px solid transparent;
z-index: 5;
transition: bottom 2s;
overflow: visible !important;
}
#remotevideos.hidden {
@ -55,6 +56,7 @@
-webkit-animation-name: greyPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
overflow: visible !important;
}
#remoteVideos .videocontainer:hover {

Loading…
Cancel
Save