From 360343e8cf8111467696da473dd64e773ca27af6 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Wed, 11 Sep 2024 15:55:19 +0800 Subject: [PATCH] fix: Adjust the z-index of the Binder popup --- thaw_components/src/binder/binder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thaw_components/src/binder/binder.css b/thaw_components/src/binder/binder.css index 0be166c..73cef1a 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: 2000; + z-index: 1000000; }