From c944c85eb39acab896900fd9f8ed4afcad8b77f8 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Tue, 31 Mar 2026 23:06:35 -0500 Subject: [PATCH] Raise toast z-index above app chrome - Increase toast viewport and anchored toast z-index to ensure notifications stay visible - Prevent toasts from being hidden behind other layered UI --- apps/web/src/components/ui/toast.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/ui/toast.tsx b/apps/web/src/components/ui/toast.tsx index c08c43404..e17494455 100644 --- a/apps/web/src/components/ui/toast.tsx +++ b/apps/web/src/components/ui/toast.tsx @@ -173,7 +173,7 @@ function Toasts({ position = "top-right" }: { position: ToastPosition }) {