From 1367248633d868f5da8637ec1ff5556945382b79 Mon Sep 17 00:00:00 2001 From: peili Date: Sun, 13 Apr 2014 00:32:10 +0200 Subject: [PATCH] Allowing iFrame Content to be clickable on top In order to make the top bottom bar of etherpad clickable --- css/videolayout_default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/videolayout_default.css b/css/videolayout_default.css index f69222a9e..3e1ece1b8 100644 --- a/css/videolayout_default.css +++ b/css/videolayout_default.css @@ -232,6 +232,7 @@ left:0; right:0; z-index:10; + height: 0px; } #toolbar { @@ -269,4 +270,4 @@ right: 15; background-image:url(../images/rightwatermark.png); background-position: center right; -} \ No newline at end of file +}