修复了聊天打开的情况下无法拖动窗口的问题

This commit is contained in:
xuncha
2026-02-07 00:12:56 +08:00
parent d334a214a4
commit 52b26533a2
2 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,17 @@
animation: appFadeIn 0.35s ease-out;
}
.window-drag-region {
position: fixed;
top: 0;
left: 0;
right: 150px; // 预留系统最小化/最大化/关闭按钮区域
height: 40px;
-webkit-app-region: drag;
pointer-events: auto;
z-index: 2000;
}
.main-layout {
flex: 1;
display: flex;