Skip to content

Commit 313f386

Browse files
committed
fix: 调整浮动侧边栏的z-index值以避免重叠
1 parent 15a7a32 commit 313f386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/AgentChatComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ watch(conversations, () => {
10431043
10441044
.floating-sidebar {
10451045
position: absolute !important;
1046-
z-index: 100;
1046+
z-index: 101;
10471047
height: 100%;
10481048
left: 0;
10491049
top: 0;

0 commit comments

Comments
 (0)