Michel
Results
2
comments of
Michel
To add to @KBelbina's reply. Here's what i did to cache the page height on page load: ``` const [pageHeight, setPageHeight] = useState() useEffect(() => { setPageHeight( document.documentElement.scrollHeight - document.documentElement.offsetHeight...
@sorenbs anything to get it in ;)