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

@@ -4,7 +4,11 @@
$pagination_entity_name = "Objekte & Anschlüsse";
?>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/header.php"); ?>
<style>
.select2-selection {
min-height: calc(1.5em + .9rem + 2px);
}
</style>
<!-- start page title -->
@@ -547,6 +551,7 @@
<?php if(is_array($filter) && count($filter)): ?>
//refreshMap();
<?php endif; ?>
$("#filter_network_id").select2({closeOnSelect: false});
</script>