@mjhls/mjh-framework 1.0.776-dev-4284 → 1.0.776-dev-4284-v2

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.
@@ -200,7 +200,7 @@ var HamMagazine = function HamMagazine(props) {
200
200
  }
201
201
  }
202
202
 
203
- if (props.initiallyCollapsed) {
203
+ if (props.initiallyCollapsed && !main.main_43) {
204
204
  navRef.current.style.position = 'fixed';
205
205
  setIsSticky(true);
206
206
  navLinks.style.margin = 'auto';
@@ -188,7 +188,7 @@ var HamMagazine = function HamMagazine(props) {
188
188
  }
189
189
  }
190
190
 
191
- if (props.initiallyCollapsed) {
191
+ if (props.initiallyCollapsed && !main_43) {
192
192
  navRef.current.style.position = 'fixed';
193
193
  setIsSticky(true);
194
194
  navLinks.style.margin = 'auto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.776-dev-4284",
3
+ "version": "1.0.776-dev-4284-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",