Commit 36e4c801 by Ayub khan Committed by GitHub

Merge pull request #15848 from edx/LEARNER-1426-Render_Issue

LEARNER-1426 Fix for dialog rendering
parents acc208b6 558490e7
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event); edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event);
}); });
$('#unenroll-modal').css('position', 'fixed');
}); });
$('#unenroll_form').on('ajax:complete', function(event, xhr) { $('#unenroll_form').on('ajax:complete', function(event, xhr) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment