mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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(
|
$("#fixed-bottom-box-head-title").html(
|
||||||
$("#fixedBottomHeadTitle").html()
|
$("#fixedBottomHeadTitle").html()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$("#fixed-bottom-box-head-title")
|
||||||
|
.closest(".fixed-bottom-box")
|
||||||
|
.addClass("tree-view-bottom-modal");
|
||||||
},
|
},
|
||||||
error: function(xhr, textStatus, errorThrown) {
|
error: function(xhr, textStatus, errorThrown) {
|
||||||
callback(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 {
|
table.filter-table-adv td > div.row-flex input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.fixed-bottom-box.tree-view-bottom-modal {
|
||||||
|
z-index: 1;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user