chore: fix scrollbars (#2875) [skip e2e]

This commit is contained in:
Aman Harwara
2024-05-04 13:23:57 +05:30
committed by GitHub
parent 1368001333
commit f2f523c94c
4 changed files with 13 additions and 10 deletions

View File

@@ -82,8 +82,8 @@ const ContentList: FunctionComponent<Props> = ({ application, items, selectedUui
<div
className={classNames(
'infinite-scroll overflow-y-auto overflow-x-hidden focus:shadow-none focus:outline-none',
'md:max-h-full md:overflow-y-hidden md:hover:overflow-y-auto pointer-coarse:md:overflow-y-auto',
'flex-grow pb-2 md:hover:[overflow-y:_overlay]',
'md:max-h-full pointer-coarse:md:overflow-y-auto',
'flex-grow pb-2',
)}
id={ElementIds.ContentList}
onScroll={onScroll}