@orderly.network/ui-scaffold 2.8.13-rc.0 → 2.8.13

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.mjs CHANGED
@@ -5645,7 +5645,14 @@ var MainNav = (props) => {
5645
5645
  children: [
5646
5646
  title,
5647
5647
  props.leading,
5648
- mainNav,
5648
+ /* @__PURE__ */ jsx(
5649
+ Flex,
5650
+ {
5651
+ className: "oui-gap-3 oui-overflow-x-auto",
5652
+ style: { scrollbarWidth: "none" },
5653
+ children: mainNav
5654
+ }
5655
+ ),
5649
5656
  props.trailing
5650
5657
  ]
5651
5658
  }