@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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1306,7 +1306,8 @@ var defaults = {
|
|
|
1306
1306
|
flex: 1,
|
|
1307
1307
|
display: "flex",
|
|
1308
1308
|
flexDirection: "column",
|
|
1309
|
-
overflow: "hidden"
|
|
1309
|
+
overflow: "hidden",
|
|
1310
|
+
minHeight: 0
|
|
1310
1311
|
},
|
|
1311
1312
|
header: {
|
|
1312
1313
|
fontSize: 13,
|
|
@@ -1318,7 +1319,9 @@ var defaults = {
|
|
|
1318
1319
|
},
|
|
1319
1320
|
scroll: {
|
|
1320
1321
|
flex: 1,
|
|
1322
|
+
minHeight: 0,
|
|
1321
1323
|
overflow: "auto",
|
|
1324
|
+
WebkitOverflowScrolling: "touch",
|
|
1322
1325
|
display: "flex",
|
|
1323
1326
|
flexDirection: "column",
|
|
1324
1327
|
gap: 2
|