fix: bring progress dailog above freeze screen
This commit is contained in:
parent
cc1e89c2f6
commit
f0cf70f9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue