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 => (