1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

fix #14408 - Delete Screen modal shows behind builder

This commit is contained in:
Daniel Olabemiwo 2024-08-23 02:38:16 +01:00
parent 741d8d9df4
commit da6ac6c1cb

View file

@ -10,7 +10,7 @@
export let inline = false export let inline = false
export let disableCancel = false export let disableCancel = false
export let autoFocus = true export let autoFocus = true
export let zIndex = 999 export let zIndex = 99999
const dispatch = createEventDispatcher() const dispatch = createEventDispatcher()
let visible = fixed || inline let visible = fixed || inline