@xsolla/xui-multi-select 0.202.3 → 0.203.0

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/web/index.mjs CHANGED
@@ -1770,7 +1770,8 @@ var MultiSelect = forwardRef4(
1770
1770
  style: {
1771
1771
  maxHeight: searchable ? maxHeight - 60 : maxHeight,
1772
1772
  overflowY: "auto",
1773
- overflowX: optionListOverflowX
1773
+ overflowX: optionListOverflowX,
1774
+ scrollbarWidth: "none"
1774
1775
  },
1775
1776
  children: menuItems.length === 0 ? /* @__PURE__ */ jsx8(
1776
1777
  Box,