Fix jump when opening last post in thread (#2591)
This commit is contained in:
parent
21846ce52d
commit
010e94a6a9
1 changed files with 3 additions and 1 deletions
|
@ -302,8 +302,10 @@ function PostThreadLoaded({
|
|||
// -prf
|
||||
return (
|
||||
<View
|
||||
// @ts-ignore web-only
|
||||
style={{
|
||||
height: 400,
|
||||
// Leave enough space below that the scroll doesn't jump
|
||||
height: isNative ? 400 : '100vh',
|
||||
borderTopWidth: 1,
|
||||
borderColor: pal.colors.border,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue