做游戏工作台里策划审批卡的高度上限从 34dvh/380px 提到 52dvh/640px

底部运行面板在策划链路下已收成窄条,让出来的纵向空间还给审批卡:决定项清单
多数情况下不再需要内滚就能看全。仍保留上限与内部滚动,防止极长 GDD 把消息列
表挤出可视区。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-24 06:22:49 +00:00
parent dc51e6efda
commit 80200e6a33
+1 -1
View File
@@ -6599,7 +6599,7 @@ iframe.preview-frame {
.game-workbench-chat .gdd-approval-card {
min-height: 0;
max-height: clamp(160px, 34dvh, 380px);
max-height: clamp(240px, 52dvh, 640px);
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-gutter: stable;