Fix confirmation popup order

This commit is contained in:
ZXY101
2023-09-28 16:41:38 +02:00
parent de8b391424
commit d5a7837494
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
});
</script>
<Modal bind:open size="xs" autoclose outsideclose class="z-50">
<Modal bind:open size="xs" autoclose outsideclose>
<div class="text-center">
<ExclamationCircleOutline class="mx-auto mb-4 text-gray-400 w-12 h-12 dark:text-gray-200" />
<h3 class="mb-5 text-lg font-normal text-gray-500 dark:text-gray-400">

View File

@@ -8,7 +8,7 @@
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
<NavBar />
<slot />
<Snackbar />
<ConfirmationPopup />
<slot />
</div>