From 8529f9594e20cbda9c0a471aa9efb32b06b4eaf9 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Sun, 9 Feb 2025 20:25:14 +0300 Subject: [PATCH] fix: toast positions on mobile --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 97c5d8c..3635811 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -235,7 +235,7 @@ {/key} -
+
{#each toastList as { id, type, message, durations }} {/each}