Skip to content

Commit 2ac1488

Browse files
committed
feat(toast): reposition toast notifications to the bottom right corner
Signed-off-by: Jan-Hendrik Spahn <jan-hendrik.spahn@soptim.de>
1 parent 60c8ffc commit 2ac1488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/ToastContainer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</script>
3333

3434
<div
35-
class="pointer-events-none fixed top-14 right-4 z-50 flex flex-col gap-2"
35+
class="pointer-events-none fixed right-4 bottom-4 z-50 flex flex-col-reverse gap-2"
3636
aria-label="Notifications"
3737
>
3838
{#each toasts as toast (toast.id)}

0 commit comments

Comments
 (0)