@xsolla/xui-multi-select 0.202.2 → 0.202.4

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/native/index.mjs CHANGED
@@ -1748,7 +1748,8 @@ var MultiSelect = forwardRef4(
1748
1748
  style: {
1749
1749
  maxHeight: searchable ? maxHeight - 60 : maxHeight,
1750
1750
  overflowY: "auto",
1751
- overflowX: optionListOverflowX
1751
+ overflowX: optionListOverflowX,
1752
+ scrollbarWidth: "none"
1752
1753
  },
1753
1754
  children: menuItems.length === 0 ? /* @__PURE__ */ jsx9(
1754
1755
  Box,