瀏覽代碼

Merge pull request #58 from peili/patch-1

Allowing iFrame Content to be clickable on top
master
yanas 11 年之前
父節點
當前提交
a513d6de9d
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      css/videolayout_default.css

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

@@ -232,6 +232,7 @@
232 232
     left:0;
233 233
     right:0;
234 234
     z-index:10;
235
+    height: 0px;
235 236
 }
236 237
 
237 238
 #toolbar {
@@ -269,4 +270,4 @@
269 270
     right: 15;
270 271
     background-image:url(../images/rightwatermark.png);
271 272
     background-position: center right;
272
-}
273
+}

Loading…
取消
儲存