MDL-35675 forms: Remove constrain to viewport for popup calendar
This commit is contained in:
-1
@@ -183,7 +183,6 @@ YUI.add('moodle-form-dateselector', function(Y) {
|
||||
initPanel : function(config) {
|
||||
this.panel = new Y.Overlay({
|
||||
visible : false,
|
||||
constrain : true,
|
||||
bodyContent : Y.Node.create('<div id="dateselector-calendar-content"></div>'),
|
||||
id : 'dateselector-calendar-panel'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user