Fix for dialog rendering

This commit is contained in:
ayub-khan
2017-08-18 15:14:56 +05:00
parent acc208b6d4
commit 558490e71b

View File

@@ -188,6 +188,7 @@
edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event);
});
$('#unenroll-modal').css('position', 'fixed');
});
$('#unenroll_form').on('ajax:complete', function(event, xhr) {