瀏覽代碼

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,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…
取消
儲存