fix: restore scene nine chat bottom alignment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user