diff --git a/packages/web/components/templates/homeFeed/HighlightsLayout.tsx b/packages/web/components/templates/homeFeed/HighlightsLayout.tsx index 920ed9422..5acb20656 100644 --- a/packages/web/components/templates/homeFeed/HighlightsLayout.tsx +++ b/packages/web/components/templates/homeFeed/HighlightsLayout.tsx @@ -124,6 +124,9 @@ export function HighlightItemsLayout( '@xlgDown': { height: `calc(100vh - ${MOBILE_HEADER_HEIGHT})`, }, + '@lgDown': { + overflowY: 'scroll', + }, bg: '$thBackground2', overflow: 'hidden', }}