Revert unnecessary change
This commit is contained in:
@@ -301,7 +301,7 @@ function PostThreadLoaded({
|
|||||||
// @ts-ignore web-only
|
// @ts-ignore web-only
|
||||||
style={{
|
style={{
|
||||||
// Leave enough space below that the scroll doesn't jump
|
// Leave enough space below that the scroll doesn't jump
|
||||||
height: isNative ? 600 : 'calc(100vh)',
|
height: isNative ? 600 : '100vh',
|
||||||
borderTopWidth: 1,
|
borderTopWidth: 1,
|
||||||
borderColor: pal.colors.border,
|
borderColor: pal.colors.border,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user