From 9e8d1c5daea8dcf213062fd1e432d069cb3fe168 Mon Sep 17 00:00:00 2001 From: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:36:00 +0800 Subject: [PATCH] fix: Modify the z-index of Toaster (#309) --- thaw/src/toast/toaster.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thaw/src/toast/toaster.css b/thaw/src/toast/toaster.css index cf38822a..d9d2849a 100644 --- a/thaw/src/toast/toaster.css +++ b/thaw/src/toast/toaster.css @@ -1,5 +1,5 @@ div.thaw-toaster-wrapper { - z-index: 1000000; + z-index: 1000001; position: absolute; top: 0px; left: 0px;