🐛 修复浮窗高度异常抖动导致的子回复加载异常

This commit is contained in:
BTMuli
2026-02-13 21:08:44 +08:00
parent a748945628
commit 0494700d54

View File

@@ -244,6 +244,7 @@ async function handleDebug(): Promise<void> {
position: relative;
display: flex;
width: 300px;
max-height: calc(100vh - 24px);
box-sizing: border-box;
flex-direction: column;
align-items: center;