diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index c441298dc7..1546798bd5 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -301,7 +301,7 @@ function PostThreadLoaded({ // @ts-ignore web-only style={{ // Leave enough space below that the scroll doesn't jump - height: isNative ? 600 : 'calc(100vh)', + height: isNative ? 600 : '100vh', borderTopWidth: 1, borderColor: pal.colors.border, }}