diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index be515c8..d52a68b 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -730,7 +730,6 @@ function close_first_curt (curtain) { } i++ }) - open_overlay(curtain) } } @@ -744,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++ })