1
0
Fork 0

Need better distancing

This commit is contained in:
Lim Chee Aun 2023-01-10 16:37:34 +08:00
parent b4076c1078
commit 53f70e68f7

View file

@ -296,6 +296,7 @@ function StatusPage({ id }) {
const { nearReachTop } = useScroll({
scrollableElement: scrollableRef.current,
distanceFromTop: 0.1,
});
return (