@imperosoft/cris-webui-components 1.1.2-beta.3 → 1.1.2-beta.5

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
@@ -1343,7 +1343,8 @@ var defaults = {
1343
1343
  flex: 1,
1344
1344
  display: "flex",
1345
1345
  flexDirection: "column",
1346
- overflow: "hidden"
1346
+ overflow: "hidden",
1347
+ minHeight: 0
1347
1348
  },
1348
1349
  header: {
1349
1350
  fontSize: 13,
@@ -1355,7 +1356,9 @@ var defaults = {
1355
1356
  },
1356
1357
  scroll: {
1357
1358
  flex: 1,
1359
+ minHeight: 0,
1358
1360
  overflow: "auto",
1361
+ WebkitOverflowScrolling: "touch",
1359
1362
  display: "flex",
1360
1363
  flexDirection: "column",
1361
1364
  gap: 2