Post: fix virtscroller position on replies

Fixes urbit/landscape#649
This commit is contained in:
Liam Fitzgerald 2021-03-26 13:55:03 +10:00
parent 45e11204d3
commit e8248691e8
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -93,7 +93,7 @@ export function PostReplies(props) {
}
return (
<Box height="100%" width="100%" alignItems="center" pl="1" pt="3">
<Box height="calc(100% - 48px)" width="100%" alignItems="center" pl="1" pt="3">
<PostFeed
key={locationUrl}
graphResource={graphResource}