mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
Adjust sticky header to align with sidebar
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user