fixed device

This commit is contained in:
Luca Haid
2025-04-30 12:30:35 +02:00
parent 8ef3c6ec65
commit 0c6380fe5d
3 changed files with 17 additions and 2 deletions

View File

@@ -11,6 +11,10 @@
.dropdown-menu.show {
z-index: 9999999;
}
.select2-selection {
min-height: calc(1.5em + .9rem + 2px);
}
</style>
<!-- start page title -->
@@ -439,6 +443,8 @@ $('select[name=wfitem_pipework_finished]').each(function() {
$('#export-button').click(exportButtonClick);
$('#export-button-label').show();
}
$("#filter_network_id").select2({closeOnSelect: false});
</script>