diff --git a/packages/lake/src/components/VirtualizedList.tsx b/packages/lake/src/components/VirtualizedList.tsx index ac16e12be..80d54e26c 100644 --- a/packages/lake/src/components/VirtualizedList.tsx +++ b/packages/lake/src/components/VirtualizedList.tsx @@ -363,7 +363,7 @@ export const VirtualizedList = ({ element .map(scrollView => scrollView.scrollWidth === scrollView.clientWidth || - scrollView.clientWidth - (stickedToEndColumnsWidth + stickedToStartColumnsWidth) < 400 + scrollView.clientWidth - (stickedToEndColumnsWidth + stickedToStartColumnsWidth) < 300 ? "NoScroll" : scrollView.scrollLeft <= 0 ? "Start"