@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1835,7 +1835,7 @@ var Select = forwardRef(function Select2(props, ref) {
|
|
|
1835
1835
|
className: [
|
|
1836
1836
|
"rh-absolute rh-z-50 rh-w-full rh-mt-1",
|
|
1837
1837
|
"rh-border rh-border-border rh-bg-surface",
|
|
1838
|
-
"rh-shadow-md rh-overflow-auto rh-max-h-60",
|
|
1838
|
+
"rh-shadow-md rh-overflow-y-auto rh-overscroll-contain rh-max-h-60",
|
|
1839
1839
|
"rh-py-1",
|
|
1840
1840
|
dropdownRadiusClasses[radius]
|
|
1841
1841
|
].filter(Boolean).join(" "),
|