fix: add z-index to filter to avoid svg wrapper overlapping
This commit is contained in:
@@ -98,6 +98,7 @@ erpnext.HierarchyChart = class {
|
|||||||
|
|
||||||
company.refresh();
|
company.refresh();
|
||||||
$(`[data-fieldname="company"]`).trigger('change');
|
$(`[data-fieldname="company"]`).trigger('change');
|
||||||
|
$(`[data-fieldname="company"] .link-field`).css('z-index', 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_actions() {
|
setup_actions() {
|
||||||
|
|||||||
Reference in New Issue
Block a user