From 72ed6369d89875f3e85b92845a2fd94e4240864d Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 5 Dec 2023 20:24:07 +0300 Subject: [PATCH] 0.8.479 --- static/css/styles(boris).css | 3 ++- static/js/user_profile.js | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 6fd4578..8454d87 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1076,7 +1076,8 @@ /* display: block; */ border-radius: 0 10px; top: 61px; - z-index: 12; + z-index: 10000; + } .input_list.find_route.show{ diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 5f465ca..4d2a9f3 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -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' - } } // }