This commit is contained in:
SBD
2023-11-29 19:05:40 +03:00
parent cd1b8d4579
commit ebdc84f7e1

View File

@@ -334,7 +334,10 @@ function selectItemAddrPoint(id, name, ctrl_name,){
tap_cont.value = id;
changeWidthEL(tap_txt_cont)
input_list.classList.remove('show');
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
}
}