Skip to content

Commit 1ff8272

Browse files
committed
Fix z-index of toasts
1 parent a0e540a commit 1ff8272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div class="h-screen w-full flex flex-col">
1414
{@render children?.()}
15-
<div class="toast toast-top toast-end">
15+
<div class="toast toast-top toast-end z-[10]">
1616
<SvelteToast />
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)