Revert scrolling changes

This commit is contained in:
Jackson Harper 2023-04-03 10:41:18 +08:00
parent f6fc974040
commit c00ef27e77

View file

@ -127,7 +127,7 @@ export function LibraryHighlightGridCard(
distribution="start"
>
{sortedHighlights.map((highlight) => (
<>
<SpanBox key={`hv-${highlight.id}`}>
<HighlightView
key={highlight.id}
highlight={highlight}
@ -135,8 +135,8 @@ export function LibraryHighlightGridCard(
console.log('updated highlight: ', highlight)
}}
/>
<SpanBox css={{ mt: '10px', mb: '25px' }} />
</>
<SpanBox css={{ height: '35px' }} />
</SpanBox>
))}
</VStack>
</>