ott-web-app
ott-web-app copied to clipboard
Fix / infinite scrolling not working
Description
The infinite scrolling wasn't working anymore. For apps the scroll view may not be the window
, so I kept the useWindow={false}
and added a getScrollParent
utility that uses the document.scrollingElement
variable.
@royschut @langemike did we disable this on purpose by any chance? 🤔