react-crud-mobile 1.0.815 → 1.0.816
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/react-crud-mobile.cjs.development.js +4 -2
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +4 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -2
|
@@ -1304,9 +1304,11 @@ function UIModal(props) {
|
|
|
1304
1304
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|
|
1305
1305
|
contentContainerStyle: {
|
|
1306
1306
|
flexGrow: 1,
|
|
1307
|
-
|
|
1307
|
+
paddingBottom: 20
|
|
1308
1308
|
},
|
|
1309
|
-
style: style('modalContent'
|
|
1309
|
+
style: style('modalContent', {
|
|
1310
|
+
maxHeight: '70%'
|
|
1311
|
+
}),
|
|
1310
1312
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1311
1313
|
style: {
|
|
1312
1314
|
flex: 1
|