d2coreui 23.0.41 → 23.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1752,7 +1752,7 @@ class DataGrid extends React.Component {
1752
1752
  this.showColumnsConfig(false);
1753
1753
  }, onResize: ({ height }) => {
1754
1754
  this.setState({ columnTransferHeight: height });
1755
- }, zIndex: 100 },
1755
+ } },
1756
1756
  React.createElement(ColumnTransfer, { columnDefinitions: columnDefs, columnModel: this.state.columnModel, gridApi: this.gridApi, height: this.state.columnTransferHeight - 154 }))));
1757
1757
  }
1758
1758
  }