mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-09 19:58:05 -05:00
fix: ensure confirmation dialog shows on top of other components
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</script>
|
||||
|
||||
<AlertDialog.Root bind:open={$confirmDialogStore.open}>
|
||||
<AlertDialog.Content>
|
||||
<AlertDialog.Content class="z-9999">
|
||||
<AlertDialog.Header>
|
||||
<AlertDialog.Title>{$confirmDialogStore.title}</AlertDialog.Title>
|
||||
<AlertDialog.Description>
|
||||
|
||||
Reference in New Issue
Block a user