refine message stream auto scroll

This commit is contained in:
Shantur Rathore
2025-12-05 21:57:10 +00:00
parent 971abe24d7
commit 522910ff64
2 changed files with 54 additions and 29 deletions

View File

@@ -99,7 +99,7 @@ export default function MessageBlockList(props: MessageBlockListProps) {
)
}}
</Index>
<div ref={props.setBottomSentinel} aria-hidden="true" />
<div ref={props.setBottomSentinel} aria-hidden="true" style={{ height: "1px" }} />
</>
)
}