Skip to content

Commit 1c2a806

Browse files
authored
added classname to the virtualized list where scrollbars appears (mondaycom#389)
1 parent fa76071 commit 1c2a806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/VirtualizedList/VirtualizedList.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ const VirtualizedList = forwardRef(
235235
onScroll={onScrollCB}
236236
overscanCount={overscanCount}
237237
onItemsRendered={onItemsRenderedCB}
238+
className="virtualized-list-scrollable-container"
238239
>
239240
{rowRenderer}
240241
</List>

0 commit comments

Comments
 (0)