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:
Matias Didier 2024-04-26 07:03:59 +00:00
commit a445848a21
2 changed files with 9 additions and 0 deletions

View File

@ -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);

View File

@ -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);
}