Merge branch 'thread-scrolltop' into 'develop'
Thread: scroll into view accounting for sticky column header See merge request soapbox-pub/soapbox!2449
This commit is contained in:
commit
ec903a984d
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,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());
|
||||
|
|
Loading…
Reference in a new issue