diff --git a/src/stickyScrollBar.tsx b/src/stickyScrollBar.tsx index 010e2dfee..759d17222 100644 --- a/src/stickyScrollBar.tsx +++ b/src/stickyScrollBar.tsx @@ -12,7 +12,7 @@ interface StickyScrollBarProps { scrollBodyRef: React.RefObject; onScroll: (params: { scrollLeft?: number }) => void; offsetScroll: number; - container: HTMLElement | Window, + container: HTMLElement | Window; direction: string; } @@ -75,15 +75,14 @@ const StickyScrollBar: React.ForwardRefRenderFunction