mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Need better distancing
This commit is contained in:
parent
b4076c1078
commit
53f70e68f7
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ function StatusPage({ id }) {
|
||||||
|
|
||||||
const { nearReachTop } = useScroll({
|
const { nearReachTop } = useScroll({
|
||||||
scrollableElement: scrollableRef.current,
|
scrollableElement: scrollableRef.current,
|
||||||
|
distanceFromTop: 0.1,
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue