fix: restore scene nine chat bottom alignment

This commit is contained in:
lda
2026-07-13 00:08:29 +07:00 Verified
parent 527ec3de29
commit 4b8364e523
2 changed files with 1 additions and 2 deletions
@@ -81,7 +81,6 @@ export const PresentationAssistantPane = ({
throughPhase={phase}
activePhase={phase}
surface="stage"
scrollMode="start"
requestOverrides={submittedOverrides}
/>
</div>
@@ -2344,7 +2344,7 @@
border: 1px solid color-mix(in oklch, var(--stage-line) 62%, transparent);
border-radius: 0.95rem;
padding: 0.75rem;
height: min(23rem, 100%);
height: min(26rem, 100%);
overflow: hidden;
transition: opacity 220ms ease-out, transform 240ms ease-out, border-color 220ms ease-out;
}