0.8.396
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user