diff --git a/lms/static/js/dashboard/legacy.js b/lms/static/js/dashboard/legacy.js index 27111c4576..80402ec519 100644 --- a/lms/static/js/dashboard/legacy.js +++ b/lms/static/js/dashboard/legacy.js @@ -188,6 +188,7 @@ edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event); }); + $('#unenroll-modal').css('position', 'fixed'); }); $('#unenroll_form').on('ajax:complete', function(event, xhr) {