chore: cleanup

This commit is contained in:
Adam
2026-02-19 09:00:37 -06:00
parent 338393c016
commit 0fcba68d4c
7 changed files with 16 additions and 9 deletions

View File

@@ -366,7 +366,10 @@ export function MessageTimeline(props: {
}}
onClick={props.onAutoScrollInteraction}
class="relative min-w-0 w-full h-full overflow-y-auto session-scroller"
style={{ "--session-title-height": showHeader() ? "40px" : "0px" }}
style={{
"--session-title-height": showHeader() ? "40px" : "0px",
"--sticky-accordion-top": showHeader() ? "64px" : "0px",
}}
>
<Show when={showHeader()}>
<div