From 328302cd81114c0e800f88dc5d2126582271bec4 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 6 Jan 2025 08:35:25 +0530 Subject: [PATCH] fix: show toasts above the footer --- app/components/Toaster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Toaster.tsx b/app/components/Toaster.tsx index ddc9a91..e196192 100644 --- a/app/components/Toaster.tsx +++ b/app/components/Toaster.tsx @@ -74,7 +74,7 @@ export function Toaster() { createPortal( state.visibleToasts.length >= 0 ? (