Use window scroll for grouped virtuosos

This commit is contained in:
schroda
2025-04-30 02:40:05 +02:00
parent 36fa8dbe38
commit 36aa822455
5 changed files with 31 additions and 10 deletions

View File

@@ -86,10 +86,6 @@ export const History: React.FC = () => {
return (
<StyledGroupedVirtuoso
style={{
// override Virtuoso default values and set them with class
height: 'undefined',
}}
components={{
Footer: () => (isLoading ? <LoadingPlaceholder usePadding /> : null),
}}