ods-component-lib 1.17.33 → 1.17.34

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.
package/dist/index.js CHANGED
@@ -1239,7 +1239,8 @@ function grid(props, dataGridRef) {
1239
1239
  style: {
1240
1240
  width: "100%",
1241
1241
  overflowX: 'hidden',
1242
- overflowY: "hidden"
1242
+ overflowY: "hidden",
1243
+ marginTop: "10px"
1243
1244
  }
1244
1245
  }, React__default.createElement(dataGrid.DataGrid, {
1245
1246
  dataSource: props.dataSource,