ods-component-lib 1.13.3 → 1.13.4

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.
@@ -1197,7 +1197,8 @@ function grid(props) {
1197
1197
  };
1198
1198
  return React.createElement(React.Fragment, null, React.createElement("div", {
1199
1199
  style: {
1200
- width: '100%'
1200
+ width: "100%",
1201
+ overflowX: 'auto'
1201
1202
  }
1202
1203
  }, React.createElement(DataGrid, {
1203
1204
  dataSource: props.dataSource,