@imperosoft/cris-webui-components 1.1.2-beta.4 → 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.mjs CHANGED
@@ -1319,7 +1319,9 @@ var defaults = {
1319
1319
  },
1320
1320
  scroll: {
1321
1321
  flex: 1,
1322
+ minHeight: 0,
1322
1323
  overflow: "auto",
1324
+ WebkitOverflowScrolling: "touch",
1323
1325
  display: "flex",
1324
1326
  flexDirection: "column",
1325
1327
  gap: 2