Improve highlight list scrolling

This commit is contained in:
Jackson Harper 2023-03-31 21:47:13 +08:00
parent 2d4723b2cd
commit bd705165c6

View file

@ -124,6 +124,9 @@ export function HighlightItemsLayout(
'@xlgDown': {
height: `calc(100vh - ${MOBILE_HEADER_HEIGHT})`,
},
'@lgDown': {
overflowY: 'scroll',
},
bg: '$thBackground2',
overflow: 'hidden',
}}