From 4b5c8d1d8950ceec4426ce9ffe6a2e195995ac4e Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 18 Apr 2024 00:09:40 -0400 Subject: [PATCH] Don't move toasts to the top for smaller screens --- Frontend/src/app/components/ui/toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/app/components/ui/toast.tsx b/Frontend/src/app/components/ui/toast.tsx index d9552b7..b872caf 100644 --- a/Frontend/src/app/components/ui/toast.tsx +++ b/Frontend/src/app/components/ui/toast.tsx @@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<