Thread: scroll into view accounting for sticky column header

This commit is contained in:
Alex Gleason 2023-04-18 11:00:36 -04:00
parent 1dea7b47c8
commit de9e7b3c90
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ const Thread: React.FC<IThread> = (props) => {
useEffect(() => {
scroller.current?.scrollToIndex({
index: ancestorsIds.size,
offset: -80,
offset: -140,
});
setImmediate(() => statusRef.current?.querySelector<HTMLDivElement>('.detailed-actualStatus')?.focus());