Merge pull request #4321 from tylershuster/hark/dm-layout-fix

fixes urbit/landscape#252
This commit is contained in:
matildepark 2021-01-21 18:01:53 -05:00 committed by GitHub
commit 000e94e588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ export default function Inbox(props: {
return (
<Col position="relative" height="100%" overflowY="auto" onScroll={onScroll} >
<Col zIndex={4} gapY={2} bg="white" top="0px" position="sticky">
<Col zIndex={4} gapY={2} bg="white" top="0px" position="sticky" flexShrink={0}>
{inviteItems(invites, api)}
</Col>
{[...notificationsByDay.keys()].map((day, index) => {