fix: 调整浮动侧边栏的z-index值以避免重叠
This commit is contained in:
parent
15a7a32787
commit
313f386c56
@ -1043,7 +1043,7 @@ watch(conversations, () => {
|
||||
|
||||
.floating-sidebar {
|
||||
position: absolute !important;
|
||||
z-index: 100;
|
||||
z-index: 101;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user