allow autoheight of library header

This commit is contained in:
jeffvli
2025-11-20 00:26:18 -08:00
parent ece82d813c
commit da82581eb0
2 changed files with 6 additions and 6 deletions
@@ -32,7 +32,7 @@ export const NativeScrollArea = forwardRef(
current: pageHeaderProps?.target?.current,
});
const scrollHandlerRef = useRef<number | null>(null);
const scrollHandlerRef = useRef<null | number>(null);
const [initialize] = useOverlayScrollbars({
defer: false,