From fe509b65a923eb9e4c91e56a45743b908376171f Mon Sep 17 00:00:00 2001 From: fahed Date: Wed, 4 Mar 2026 23:34:23 +0300 Subject: [PATCH] fix: toast z-index above slide panels Co-Authored-By: Claude Opus 4.6 --- client/src/components/ToastContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ToastContainer.jsx b/client/src/components/ToastContainer.jsx index f6415d0..3522c19 100644 --- a/client/src/components/ToastContainer.jsx +++ b/client/src/components/ToastContainer.jsx @@ -37,7 +37,7 @@ export function ToastProvider({ children }) { {children} {/* Toast container - fixed position */} -
+
{toasts.map(t => (