From 3e7a35ef0a6e39cb3f39464ffa3f83eb9edd5ffd Mon Sep 17 00:00:00 2001 From: tomtitherington Date: Sun, 29 Oct 2023 13:03:30 +0000 Subject: [PATCH] Fix gap between multiple toasts --- frontend/src/components/toasts/ToastContainer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/toasts/ToastContainer/index.tsx b/frontend/src/components/toasts/ToastContainer/index.tsx index bbb62b0..71c8123 100644 --- a/frontend/src/components/toasts/ToastContainer/index.tsx +++ b/frontend/src/components/toasts/ToastContainer/index.tsx @@ -9,7 +9,7 @@ const ToastContainer = () => {
+ className="fixed bottom-4 right-4 gap-2 flex flex-col-reverse"> {toasts .filter(toast => toast.visible) .map(toast => {