Merge branch 'master' into BUDI-8562/fix-trimming-views

This commit is contained in:
Adria Navarro 2024-08-29 12:35:04 +02:00 committed by GitHub
commit 5c1be1fe7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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