fixed device
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user