@julseb-lib/react 1.0.17 → 1.0.18
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4484,7 +4484,7 @@ var INPUT_LIST_CLASSES = ({
|
|
|
4484
4484
|
inputBackground,
|
|
4485
4485
|
validation
|
|
4486
4486
|
}) => [
|
|
4487
|
-
"left-0 absolute flex flex-col items-start opacity-0 border border-primary-500 rounded-md w-full max-h-0 overflow-
|
|
4487
|
+
"left-0 absolute flex flex-col items-start opacity-0 border border-primary-500 rounded-md w-full max-h-0 overflow-y-scroll transition-all duration-200 ease-in-out z-0",
|
|
4488
4488
|
isOpen && "open",
|
|
4489
4489
|
"[&.open]:opacity-100 [&.open]:max-h-[300px]",
|
|
4490
4490
|
(listDirection === "down" || !listDirection) && "top-0 [&.open]:pt-8",
|