fix: 调整浮动侧边栏的z-index值以避免重叠

This commit is contained in:
Wenjie Zhang 2025-12-24 18:14:24 +08:00
parent 15a7a32787
commit 313f386c56

View File

@ -1043,7 +1043,7 @@ watch(conversations, () => {
.floating-sidebar {
position: absolute !important;
z-index: 100;
z-index: 101;
height: 100%;
left: 0;
top: 0;