@rehagro/ui 1.0.50 → 1.0.52

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
@@ -1841,7 +1841,7 @@ var Select = React9.forwardRef(function Select2(props, ref) {
1841
1841
  className: [
1842
1842
  "rh-absolute rh-z-50 rh-w-full rh-mt-1",
1843
1843
  "rh-border rh-border-border rh-bg-surface",
1844
- "rh-shadow-md rh-overflow-auto rh-max-h-60",
1844
+ "rh-shadow-md rh-overflow-y-auto rh-overscroll-contain rh-max-h-60",
1845
1845
  "rh-py-1",
1846
1846
  dropdownRadiusClasses[radius]
1847
1847
  ].filter(Boolean).join(" "),