@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.cjs.js
CHANGED
|
@@ -46134,7 +46134,7 @@ var NavMenuMobile = function NavMenuMobile(_ref3) {
|
|
|
46134
46134
|
width: "100%",
|
|
46135
46135
|
maxWidth: "400px",
|
|
46136
46136
|
padding: "1rem 0.5rem",
|
|
46137
|
-
extraStyles: "position: relative; max-width: 400px; height: calc(100vh - 72px);",
|
|
46137
|
+
extraStyles: "position: relative; max-width: 400px; height: calc(100vh - 72px); overflow-y: auto;",
|
|
46138
46138
|
background: themeValues.backgroundColor
|
|
46139
46139
|
}, menuContent));
|
|
46140
46140
|
};
|