Skip to content

Commit 1a0db4f

Browse files
committed
added id to container
1 parent fcaaac5 commit 1a0db4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Grid/Grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ class Grid extends React.PureComponent<Props, State> {
10561056
{childrenToDisplay.length > 0 && (
10571057
<div
10581058
className="ReactVirtualized__Grid__innerScrollContainer"
1059+
id="scroll-container"
10591060
role={containerRole}
10601061
style={{
10611062
width: autoContainerWidth ? 'auto' : totalColumnsWidth,

0 commit comments

Comments
 (0)