diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index e4c7c2c52..2f95bca0b 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -9211,17 +9211,17 @@ iframe.preview-frame { .game-workbench-chat .project-supervisor-surface.is-direct-codex .project-supervisor-message-list { - bottom: 116px; + bottom: 156px; } .resource-reference-input-editor::-webkit-scrollbar { - width: 8px; + width: 10px; } .resource-reference-input-editor::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; - background: #cbd5e1; + background: #94a3b8; background-clip: padding-box; } @@ -9281,8 +9281,9 @@ iframe.preview-frame { .project-supervisor-surface.is-direct-codex .project-supervisor-composer .resource-reference-input-editor { - min-height: 64px; - max-height: 160px; + min-height: 96px; + max-height: 140px; + overflow-y: auto; padding: 0; font-size: 13px; line-height: 1.6;