瀏覽代碼

Fixes not displayed or partly displayed participant menu.

j8
hristoterezov 11 年之前
父節點
當前提交
4113a6b204
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      css/videolayout_default.css

+ 2
- 0
css/videolayout_default.css 查看文件

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

Loading…
取消
儲存