13539-Fix z-index tree view modal
This commit is contained in:
parent
c1c07d38a8
commit
25063841e2
|
@ -625,6 +625,10 @@ var TreeController = {
|
|||
$("#fixed-bottom-box-head-title").html(
|
||||
$("#fixedBottomHeadTitle").html()
|
||||
);
|
||||
|
||||
$("#fixed-bottom-box-head-title")
|
||||
.closest(".fixed-bottom-box")
|
||||
.addClass("tree-view-bottom-modal");
|
||||
},
|
||||
error: function(xhr, textStatus, errorThrown) {
|
||||
callback(errorThrown);
|
||||
|
|
|
@ -14272,3 +14272,8 @@ table.filter-table-adv td > div.row-flex label.custom_checkbox {
|
|||
table.filter-table-adv td > div.row-flex input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box.tree-view-bottom-modal {
|
||||
z-index: 1;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue