fix: toast positions on mobile

This commit is contained in:
JovannMC 2025-02-09 20:25:14 +03:00
parent 75a943b3d5
commit 8529f9594e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@
{/key} {/key}
</div> </div>
<div class="fixed bottom-0 right-0 p-4 space-y-4 z-50"> <div class="fixed bottom-28 md:bottom-0 right-0 p-4 space-y-4 z-50">
{#each toastList as { id, type, message, durations }} {#each toastList as { id, type, message, durations }}
<Toast {id} {type} {message} {durations} /> <Toast {id} {type} {message} {durations} />
{/each} {/each}