fix: bring progress dailog above freeze screen

This commit is contained in:
Shariq Ansari 2023-06-14 13:24:20 +05:30
parent cc1e89c2f6
commit f0cf70f9eb

View file

@ -376,6 +376,7 @@ frappe.show_progress = (title, count, total = 100, description, hide_on_completi
// timeout to avoid abrupt hide
setTimeout(frappe.hide_progress, 500);
}
frappe.cur_progress.$wrapper.css("z-index", 2000);
return dialog;
};