interface: virtualscroll style fixes

This commit is contained in:
Liam Fitzgerald 2021-03-23 15:03:22 +10:00
parent 9895886633
commit bdb3c56c7e
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ export function GroupFeed(props) {
width="100%"
height="100%"
display="flex"
position="relative"
alignItems="center"
overflow="hidden">
<GroupFeedHeader baseUrl={baseUrl} history={history} />

View File

@ -37,7 +37,7 @@ export function PostTimeline(props) {
) : null
}
</Box>
<Box height="calc(100% - 136px)" width="100%" alignItems="center" pl="1">
<Box height="calc(100% - 176px)" width="100%" alignItems="center" pl="1">
{ shouldRenderFeed ? (
<PostFeed
graphResource={graphResource}