@algorithm-shift/design-system 1.2.85 → 1.2.86
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27955,7 +27955,7 @@ function LazySelectDropdown({
|
|
|
27955
27955
|
"div",
|
|
27956
27956
|
{
|
|
27957
27957
|
onMouseDown: (e) => e.stopPropagation(),
|
|
27958
|
-
className: "
|
|
27958
|
+
className: "absolute z-[9999] w-fit mt-1 bg-white border border-gray-300 rounded-lg shadow-lg max-h-60 overflow-y-auto",
|
|
27959
27959
|
style: {
|
|
27960
27960
|
width: dropdownRef.current?.offsetWidth,
|
|
27961
27961
|
top: dropdownRef.current ? dropdownRef.current.getBoundingClientRect().bottom + window.scrollY : 0,
|