mario-core 1.1.75-es-layout → 1.1.76-es-layout
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 +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23243,7 +23243,7 @@ var TheContent = function TheContent(_ref) {
|
|
|
23243
23243
|
fluid: true,
|
|
23244
23244
|
className: "h-100 " + padding,
|
|
23245
23245
|
style: {
|
|
23246
|
-
paddingBottom: pathname.includes("/admin") ?
|
|
23246
|
+
paddingBottom: pathname.includes("/admin") ? 60 : 0
|
|
23247
23247
|
}
|
|
23248
23248
|
}, React__default.createElement(React.Suspense, {
|
|
23249
23249
|
fallback: loading$5
|
|
@@ -23358,7 +23358,15 @@ var CustomPagination = function CustomPagination(props) {
|
|
|
23358
23358
|
options: DEFAULT_PAGE_SIZE_VALUES,
|
|
23359
23359
|
onChange: function onChange(e) {
|
|
23360
23360
|
return changePageSize(e.value);
|
|
23361
|
-
}
|
|
23361
|
+
},
|
|
23362
|
+
styles: {
|
|
23363
|
+
menu: function menu(base) {
|
|
23364
|
+
return _extends({}, base, {
|
|
23365
|
+
zIndex: 9999
|
|
23366
|
+
});
|
|
23367
|
+
}
|
|
23368
|
+
},
|
|
23369
|
+
menuPosition: 'fixed'
|
|
23362
23370
|
})), React__default.createElement(reactstrap.PaginationItem, {
|
|
23363
23371
|
className: "mr-1"
|
|
23364
23372
|
}, React__default.createElement(reactstrap.PaginationLink, {
|