This commit is contained in:
SBD
2023-11-24 17:19:45 +03:00
parent addca29f0f
commit 7e7fb437a6
2 changed files with 4 additions and 0 deletions

View File

@@ -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