mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
interface: virtualscroll style fixes
This commit is contained in:
parent
9895886633
commit
bdb3c56c7e
@ -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} />
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user