Explorar el Código

Fixes not displayed or partly displayed participant menu.

j8
hristoterezov hace 11 años
padre
commit
4113a6b204
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      css/videolayout_default.css

+ 2
- 0
css/videolayout_default.css Ver fichero

@@ -20,6 +20,7 @@
20 20
     border:1px solid transparent;
21 21
     z-index: 5;
22 22
     transition: bottom 2s;
23
+    overflow: visible !important;
23 24
 }
24 25
 
25 26
 #remotevideos.hidden {
@@ -55,6 +56,7 @@
55 56
     -webkit-animation-name: greyPulse;
56 57
     -webkit-animation-duration: 2s;
57 58
     -webkit-animation-iteration-count: 1;
59
+    overflow: visible !important;
58 60
 }
59 61
 
60 62
 #remoteVideos .videocontainer:hover {

Loading…
Cancelar
Guardar