diff --git a/src/components/common/HideScrollbar.tsx b/src/components/common/HideScrollbar.tsx index d28e0f5..de3a10a 100644 --- a/src/components/common/HideScrollbar.tsx +++ b/src/components/common/HideScrollbar.tsx @@ -376,7 +376,6 @@ const HideScrollbar = forwardRef((prop setVerticalScrollbarLength( (rootRef.current.clientHeight / (contentRef.current?.clientHeight ?? 0)) * 100 ) - console.log(horizontalScrollbarLength) rootRef.current && setHorizontalScrollbarLength(