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++ })