mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-30857 block_community Removing comments hardcoded height
This commit is contained in:
parent
935c3d5ed2
commit
0e0f3beb38
3
blocks/community/yui/comments/comments.js
vendored
3
blocks/community/yui/comments/comments.js
vendored
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user