This commit is contained in:
SBD
2023-11-24 16:37:29 +03:00
parent b62396a907
commit a989f85b2b

View File

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