fix pagination not showing on small screens
All checks were successful
delpoy / build-and-deploy (push) Successful in 55s

This commit is contained in:
bytedream 2024-11-28 12:47:45 +01:00
parent 0066736527
commit f74aa38bef

View File

@ -31,7 +31,7 @@
getIntersectionElement();
observer.observe(intersectionElement!);
},
{ threshold: 1.0 }
{ threshold: 0.25 }
);
new MutationObserver((entries) => {