@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.js CHANGED
@@ -5652,7 +5652,14 @@ var MainNav = (props) => {
5652
5652
  children: [
5653
5653
  title,
5654
5654
  props.leading,
5655
- mainNav,
5655
+ /* @__PURE__ */ jsxRuntime.jsx(
5656
+ ui.Flex,
5657
+ {
5658
+ className: "oui-gap-3 oui-overflow-x-auto",
5659
+ style: { scrollbarWidth: "none" },
5660
+ children: mainNav
5661
+ }
5662
+ ),
5656
5663
  props.trailing
5657
5664
  ]
5658
5665
  }