From 7e7fb437a652f7b7c1ce8742ef84184f163b39a0 Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 24 Nov 2023 17:19:45 +0300 Subject: [PATCH] 0.8.396 --- static/css/styles(boris).css | 3 +++ static/js/user_profile_2.js | 1 + 2 files changed, 4 insertions(+) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 2193e82..173495a 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2388,17 +2388,20 @@ } .menu_profile::-webkit-scrollbar-track{ background-color: #F6F6F6; + display: none; } .menu_profile::-webkit-scrollbar-thumb{ background-color: #989898; border-radius: 3px; width: 3px; + display: none; } .menu_profile::-webkit-scrollbar{ background-color:#FF613A; width: 4px; + display: none; } diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index a4e3db6..fbf4a80 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -742,6 +742,7 @@ function set_curtain_z_index (curtain) { let cur_el = curtains[i] if (cur_el === curtain){ cur_el.style.zIndex = 101 + cur_el.parentNode.style.zIndex = 101 } else { cur_el.style.zIndex = 99 cur_el.parentNode.style.zIndex = 99