This commit is contained in:
SBD
2023-12-05 20:24:07 +03:00
parent b23e440efd
commit 72ed6369d8
2 changed files with 2 additions and 10 deletions

View File

@@ -1076,7 +1076,8 @@
/* display: block; */
border-radius: 0 10px;
top: 61px;
z-index: 12;
z-index: 10000;
}
.input_list.find_route.show{

View File

@@ -314,9 +314,6 @@ function searchTown(el){
success: function(data){
el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
loader_place_ins_boris(el,"el")
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = '10000000000'
}
@@ -359,9 +356,6 @@ function selectItemAddrPoint(id, name, ctrl_name,){
changeWidthEL(tap_txt_cont)
}
input_list.classList.remove('show');
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
}
}
@@ -407,9 +401,6 @@ function onblurInputField(event,el){
if(!parent_event || parent_event[0] !== search_list){
search_list.classList.remove('show')
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = '10000000000'
}
}
// }