@mjhls/mjh-framework 1.0.577-native-nav-v3 → 1.0.577-native-nav-v4

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.
@@ -388,7 +388,7 @@ var NavNative = function NavNative(props) {
388
388
  { id: 'basic-navbar-nav' },
389
389
  React__default.createElement(
390
390
  Nav,
391
- { className: 'mr-auto' },
391
+ { className: 'mr-auto', style: { position: 'fixed' } },
392
392
  dataObject && dataObject.map(function (row, index) {
393
393
  if (row.subQuery && row.subQuery.length > 0) {
394
394
  return row.name ? React__default.createElement(
@@ -381,7 +381,7 @@ var NavNative = function NavNative(props) {
381
381
  { id: 'basic-navbar-nav' },
382
382
  React__default.createElement(
383
383
  Nav,
384
- { className: 'mr-auto' },
384
+ { className: 'mr-auto', style: { position: 'fixed' } },
385
385
  dataObject && dataObject.map(function (row, index) {
386
386
  if (row.subQuery && row.subQuery.length > 0) {
387
387
  return row.name ? React__default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.577-native-nav-v3",
3
+ "version": "1.0.577-native-nav-v4",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",