fix pagination not showing on small screens
All checks were successful
delpoy / build-and-deploy (push) Successful in 55s
All checks were successful
delpoy / build-and-deploy (push) Successful in 55s
This commit is contained in:
parent
0066736527
commit
f74aa38bef
@ -31,7 +31,7 @@
|
|||||||
getIntersectionElement();
|
getIntersectionElement();
|
||||||
observer.observe(intersectionElement!);
|
observer.observe(intersectionElement!);
|
||||||
},
|
},
|
||||||
{ threshold: 1.0 }
|
{ threshold: 0.25 }
|
||||||
);
|
);
|
||||||
|
|
||||||
new MutationObserver((entries) => {
|
new MutationObserver((entries) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user