1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: fixes broken skip logs

This commit is contained in:
Amir Raminfar
2024-08-26 13:42:19 -07:00
parent 0a03923587
commit 0798de3b3a
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ const { loadingMore } = useLoggingContext();
useIntersectionObserver(scrollObserver, ([entry]) => (scrollContext.paused = entry.intersectionRatio == 0), {
threshold: [0, 1],
rootMargin: "80px 0px",
rootMargin: "40px 0px",
});
useMutationObserver(