Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-11-24 16:39:56 +03:00

View File

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