0.8.479
This commit is contained in:
@@ -1076,7 +1076,8 @@
|
||||
/* display: block; */
|
||||
border-radius: 0 10px;
|
||||
top: 61px;
|
||||
z-index: 12;
|
||||
z-index: 10000;
|
||||
|
||||
}
|
||||
|
||||
.input_list.find_route.show{
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user