calendar MDL-22857 Fixed clipping issue with calendar overlay

This commit is contained in:
Sam Hemelryk
2010-06-21 03:04:13 +00:00
parent 8391b7686a
commit 2b2b9439d6
+3 -2
View File
@@ -62,11 +62,12 @@ M.core_calendar = {
visible:false,
draggable:false,
close:false,
constraintoviewport:true
constraintoviewport:true,
context: [this.id, 'tl', 'br', ["beforeShow", "windowResize"]]
});
this.panel.setHeader(this.title);
this.panel.setBody(this.content);
this.panel.render(this.id);
this.panel.render(Y.one(document.body));
this.panel.show();
this.displayed = true;
}