mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +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({
|
||||
scrollableElement: scrollableRef.current,
|
||||
distanceFromTop: 0.1,
|
||||
});
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue