@thecb/components 12.0.6 → 12.0.7

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.esm.js CHANGED
@@ -27021,7 +27021,7 @@ var NavFooter = function NavFooter(_ref) {
27021
27021
  background: backgroundColor,
27022
27022
  minHeight: footerMinHeight,
27023
27023
  minWidth: "100%",
27024
- extraStyles: isMobile ? "overflow: hidden;" : "height: ".concat(footerMinHeight, "; > * { height: 100%; };")
27024
+ extraStyles: isMobile ? "" : "min-height: ".concat(footerMinHeight, "; > * { min-height: 100%; };")
27025
27025
  }, rest), /*#__PURE__*/React__default.createElement(Center, {
27026
27026
  maxWidth: footerWidth || "76.5rem"
27027
27027
  }, /*#__PURE__*/React__default.createElement(Cover, {