From 0e45b947c0023501fdea374b2b066aa06450611d Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 25 Nov 2024 21:27:14 +0800 Subject: [PATCH 1/2] feat: Adjust the z-index to 2000 --- thaw/src/dialog/dialog.css | 2 +- thaw/src/drawer/overlay-drawer.css | 2 +- thaw/src/toast/toaster.css | 2 +- thaw_components/src/binder/binder.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thaw/src/dialog/dialog.css b/thaw/src/dialog/dialog.css index ba685b33..a8a23d48 100644 --- a/thaw/src/dialog/dialog.css +++ b/thaw/src/dialog/dialog.css @@ -1,5 +1,5 @@ .thaw-dialog { - z-index: 1000000; + z-index: 2000; position: absolute; top: 0px; left: 0px; diff --git a/thaw/src/drawer/overlay-drawer.css b/thaw/src/drawer/overlay-drawer.css index 03069d73..220b4bdf 100644 --- a/thaw/src/drawer/overlay-drawer.css +++ b/thaw/src/drawer/overlay-drawer.css @@ -1,5 +1,5 @@ .thaw-overlay-drawer-container { - z-index: 1000000; + z-index: 2000; position: absolute; top: 0px; left: 0px; diff --git a/thaw/src/toast/toaster.css b/thaw/src/toast/toaster.css index d9d2849a..2ecebc04 100644 --- a/thaw/src/toast/toaster.css +++ b/thaw/src/toast/toaster.css @@ -1,5 +1,5 @@ div.thaw-toaster-wrapper { - z-index: 1000001; + z-index: 2001; position: absolute; top: 0px; left: 0px; diff --git a/thaw_components/src/binder/binder.css b/thaw_components/src/binder/binder.css index 78b64927..04588674 100644 --- a/thaw_components/src/binder/binder.css +++ b/thaw_components/src/binder/binder.css @@ -9,5 +9,5 @@ .thaw-binder-follower-content { position: absolute; - z-index: 1000000; + z-index: 2000; } From 6759334551f0f54c16866aa59a775a9e0449e04d Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 25 Nov 2024 22:27:03 +0800 Subject: [PATCH 2/2] feat: Modify the z-index of Toaster --- 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 2ecebc04..cd4cc52a 100644 --- a/thaw/src/toast/toaster.css +++ b/thaw/src/toast/toaster.css @@ -1,5 +1,5 @@ div.thaw-toaster-wrapper { - z-index: 2001; + z-index: 2050; position: absolute; top: 0px; left: 0px;