diff --git a/packages/gitbook/src/components/DocumentView/Table/StickyViewGrid.tsx b/packages/gitbook/src/components/DocumentView/Table/StickyViewGrid.tsx index eac8d3a30..73e57d2e4 100644 --- a/packages/gitbook/src/components/DocumentView/Table/StickyViewGrid.tsx +++ b/packages/gitbook/src/components/DocumentView/Table/StickyViewGrid.tsx @@ -3,8 +3,6 @@ import { useScrollListener } from '@/components/hooks/useScrollListener'; import { tcls } from '@/lib/tailwind'; import { type ReactNode, useCallback, useEffect, useLayoutEffect, useRef } from 'react'; -import styles from './table.module.css'; - interface StickyViewGridProps { className?: string; header: ReactNode; @@ -128,8 +126,7 @@ export function StickyViewGrid({ className, header, children }: StickyViewGridPr