Revert unnecessary change

This commit is contained in:
Dan Abramov
2024-01-25 20:15:29 +00:00
parent 05336665ed
commit 23eca50aa7
+1 -1
View File
@@ -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,
}}