We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e540a commit 1ff8272Copy full SHA for 1ff8272
src/routes/+layout.svelte
@@ -12,7 +12,7 @@
12
13
<div class="h-screen w-full flex flex-col">
14
{@render children?.()}
15
- <div class="toast toast-top toast-end">
+ <div class="toast toast-top toast-end z-[10]">
16
<SvelteToast />
17
</div>
18
0 commit comments