Skip to content

Commit

Permalink
chore(refresher): decrease overscroll amount
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 5, 2024
1 parent 5dc7cf2 commit 87014cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/refresher.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ document.body.addEventListener(
y <=
headerEl.getBoundingClientRect().y +
headerEl.getBoundingClientRect().height &&
y > _startY + 75 &&
y > _startY + 50 &&
!document.body.classList.contains("refreshing")
) {
await simulateRefreshAction();
Expand Down

0 comments on commit 87014cf

Please sign in to comment.