mirror of https://github.com/VERT-sh/VERT.git
fix: toast positions on mobile
This commit is contained in:
parent
75a943b3d5
commit
8529f9594e
|
@ -235,7 +235,7 @@
|
|||
{/key}
|
||||
</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 }}
|
||||
<Toast {id} {type} {message} {durations} />
|
||||
{/each}
|
||||
|
|
Loading…
Reference in New Issue