Merge pull request #14475 from Budibase/fix/modal-zindex
Reduced the Modal z-index to 1001
This commit is contained in:
commit
0352b4d50e
|
@ -10,7 +10,7 @@
|
|||
export let inline = false
|
||||
export let disableCancel = false
|
||||
export let autoFocus = true
|
||||
export let zIndex = 99999
|
||||
export let zIndex = 1001
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
let visible = fixed || inline
|
||||
|
|
Loading…
Reference in New Issue