From 62eb0fb2d5bbcf41f4c91dbce35b9d28d48c5040 Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 20 Mar 2025 17:45:13 +0800 Subject: [PATCH] fix: adjust toast component layout and z-index for improved visibility --- web/app/components/base/toast/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/app/components/base/toast/index.tsx b/web/app/components/base/toast/index.tsx index 667303da07..fe87044519 100644 --- a/web/app/components/base/toast/index.tsx +++ b/web/app/components/base/toast/index.tsx @@ -51,7 +51,7 @@ const Toast = ({ 'top-0', 'right-0', )}> -
-
{message}
+
+
{message}
+ {customComponent} +
{children &&
{children}