diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 75cb2493..c72d1974 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -236,7 +236,7 @@ function handleOsScroll() { else showTopBarMask.value = true - if (clientHeight + scrollTop >= scrollHeight - 20) + if (clientHeight + scrollTop >= scrollHeight - 150) handleThrottledReachBottom() if (isHomePage())