From 0e0f3beb38d6a8c3592cd7629dc49d135102e44b Mon Sep 17 00:00:00 2001 From: David Monllao Date: Mon, 10 Sep 2012 14:51:32 +0800 Subject: [PATCH] MDL-30857 block_community Removing comments hardcoded height --- blocks/community/yui/comments/comments.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blocks/community/yui/comments/comments.js b/blocks/community/yui/comments/comments.js index 817e3ac5d8a4f..c32b75ec3af98 100644 --- a/blocks/community/yui/comments/comments.js +++ b/blocks/community/yui/comments/comments.js @@ -23,8 +23,7 @@ YUI.add('moodle-block_community-comments', function(Y) { bodyContent:Y.one('#commentoverlay-'+commentid).get('innerHTML'), visible: false, //by default it is not displayed lightbox : false, - zIndex:100, - height: '350px' + zIndex:100 }); this.overlays[commentid].get('contentBox').one('.commenttitle').remove();