mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 06:15:16 +02:00
Merge branch 'ent-13539-se-solapa-la-informacion-de-un-servicio-con-el-header-de-filtros' into 'develop'
Ent 13539 se solapa la informacion de un servicio con el header de filtros See merge request artica/pandorafms!7288
This commit is contained in:
commit
a445848a21
@ -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