@thecb/components 12.0.2 → 12.0.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/index.esm.js CHANGED
@@ -46126,7 +46126,7 @@ var NavMenuMobile = function NavMenuMobile(_ref3) {
46126
46126
  width: "100%",
46127
46127
  maxWidth: "400px",
46128
46128
  padding: "1rem 0.5rem",
46129
- extraStyles: "position: relative; max-width: 400px; height: calc(100vh - 72px);",
46129
+ extraStyles: "position: relative; max-width: 400px; height: calc(100vh - 72px); overflow-y: auto;",
46130
46130
  background: themeValues.backgroundColor
46131
46131
  }, menuContent));
46132
46132
  };