Fix confirmation popup order
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Modal bind:open size="xs" autoclose outsideclose class="z-50">
|
<Modal bind:open size="xs" autoclose outsideclose>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<ExclamationCircleOutline class="mx-auto mb-4 text-gray-400 w-12 h-12 dark:text-gray-200" />
|
<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">
|
<h3 class="mb-5 text-lg font-normal text-gray-500 dark:text-gray-400">
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
|
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
|
||||||
<NavBar />
|
<NavBar />
|
||||||
|
<slot />
|
||||||
<Snackbar />
|
<Snackbar />
|
||||||
<ConfirmationPopup />
|
<ConfirmationPopup />
|
||||||
<slot />
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user