material-react-table 0.14.2 → 0.14.3
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/material-react-table.cjs.development.js +3 -1
- package/dist/material-react-table.cjs.development.js.map +1 -1
- package/dist/material-react-table.cjs.production.min.js +1 -1
- package/dist/material-react-table.cjs.production.min.js.map +1 -1
- package/dist/material-react-table.esm.js +3 -1
- package/dist/material-react-table.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/toolbar/MRT_ToolbarBottom.tsx +2 -0
|
@@ -1935,7 +1935,9 @@ var MRT_ToolbarBottom = function MRT_ToolbarBottom(_ref) {
|
|
|
1935
1935
|
}), {
|
|
1936
1936
|
bottom: isFullScreen ? '0' : undefined,
|
|
1937
1937
|
boxShadow: "-3px 0 6px " + alpha(theme.palette.common.black, 0.1),
|
|
1938
|
-
|
|
1938
|
+
left: 0,
|
|
1939
|
+
position: isFullScreen ? 'fixed' : 'relative',
|
|
1940
|
+
right: 0
|
|
1939
1941
|
}, toolbarProps == null ? void 0 : toolbarProps.sx);
|
|
1940
1942
|
}
|
|
1941
1943
|
}), React.createElement(MRT_LinearProgressBar, {
|