fix: ensure confirmation dialog shows on top of other components

This commit is contained in:
Kyle Mendell
2025-07-09 16:50:01 -05:00
parent e1de593dcd
commit f103a54790

View File

@@ -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>