@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.mjs
CHANGED
|
@@ -27858,7 +27858,7 @@ function LazySelectDropdown({
|
|
|
27858
27858
|
"div",
|
|
27859
27859
|
{
|
|
27860
27860
|
onMouseDown: (e) => e.stopPropagation(),
|
|
27861
|
-
className: "
|
|
27861
|
+
className: "absolute z-[9999] w-fit mt-1 bg-white border border-gray-300 rounded-lg shadow-lg max-h-60 overflow-y-auto",
|
|
27862
27862
|
style: {
|
|
27863
27863
|
width: dropdownRef.current?.offsetWidth,
|
|
27864
27864
|
top: dropdownRef.current ? dropdownRef.current.getBoundingClientRect().bottom + window.scrollY : 0,
|