diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index c5ee392e3..16423e0fa 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -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;