mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve highlight list scrolling
This commit is contained in:
parent
2d4723b2cd
commit
bd705165c6
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ export function HighlightItemsLayout(
|
|||
'@xlgDown': {
|
||||
height: `calc(100vh - ${MOBILE_HEADER_HEIGHT})`,
|
||||
},
|
||||
'@lgDown': {
|
||||
overflowY: 'scroll',
|
||||
},
|
||||
bg: '$thBackground2',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue