slightly reduce threshold

This commit is contained in:
Michael Freno
2025-12-21 23:55:22 -05:00
parent 4d549e32ba
commit aad87da4a5

View File

@@ -31,7 +31,7 @@ function AppLayout(props: { children: any }) {
} = useBars();
let lastScrollY = 0;
const SCROLL_THRESHOLD = 100;
const SCROLL_THRESHOLD = 75;
// Use onMount to avoid hydration issues - window operations are client-only
onMount(() => {