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.
@@ -5687,7 +5687,9 @@ var MRT_ToolbarBottom = function MRT_ToolbarBottom(_ref) {
5687
5687
  }), {
5688
5688
  bottom: isFullScreen ? '0' : undefined,
5689
5689
  boxShadow: "-3px 0 6px " + material.alpha(theme.palette.common.black, 0.1),
5690
- position: isFullScreen ? 'fixed' : 'relative'
5690
+ left: 0,
5691
+ position: isFullScreen ? 'fixed' : 'relative',
5692
+ right: 0
5691
5693
  }, toolbarProps == null ? void 0 : toolbarProps.sx);
5692
5694
  }
5693
5695
  }), React__default.createElement(MRT_LinearProgressBar, {