@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.js
CHANGED
|
@@ -4302,7 +4302,7 @@ var INPUT_LIST_CLASSES = ({
|
|
|
4302
4302
|
inputBackground,
|
|
4303
4303
|
validation
|
|
4304
4304
|
}) => [
|
|
4305
|
-
"left-0 absolute flex flex-col items-start opacity-0 border border-primary-500 rounded-md w-full max-h-0 overflow-
|
|
4305
|
+
"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",
|
|
4306
4306
|
isOpen && "open",
|
|
4307
4307
|
"[&.open]:opacity-100 [&.open]:max-h-[300px]",
|
|
4308
4308
|
(listDirection === "down" || !listDirection) && "top-0 [&.open]:pt-8",
|