From 23eca50aa76cca8b8948a39e4d87780a64f49424 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 25 Jan 2024 20:15:29 +0000 Subject: [PATCH] Revert unnecessary change --- src/view/com/post-thread/PostThread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }}