Adjust sticky header to align with sidebar

This commit is contained in:
jeffvli 2023-01-08 02:18:05 -08:00
parent b5ad30a9bc
commit 3e9fb521f0
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ export const useFixedTableHeader = () => {
const tableContainerRef = useRef<HTMLDivElement | null>(null);
const isNotPastTableIntersection = useInView(intersectRef, {
margin: '-64px 0px 0px 0px',
margin: '-63px 0px 0px 0px',
});
const tableInView = useInView(tableContainerRef, {