From a989f85b2b1aa46f03864904a1262c4d4565daea Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 24 Nov 2023 16:37:29 +0300 Subject: [PATCH] 0.8.393 --- static/js/user_profile_2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index d91e8f8..d52a68b 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -743,6 +743,7 @@ function set_curtain_z_index (curtain) { cur_el.style.zIndex = 101 } else { cur_el.style.zIndex = 99 + cur_el.parentNode.style.zIndex = 99 } i++ })