Fix confirmation popup order
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
|
||||
<NavBar />
|
||||
<slot />
|
||||
<Snackbar />
|
||||
<ConfirmationPopup />
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user