fix: Adjust the z-index of the Binder popup

This commit is contained in:
luoxiao 2024-09-11 15:55:19 +08:00 committed by luoxiaozero
parent 1cda944691
commit 360343e8cf

View file

@ -9,5 +9,5 @@
.thaw-binder-follower-content {
position: absolute;
z-index: 2000;
z-index: 1000000;
}